Method {0} called GetLastWin32Error but the immediately preceding call to {1} is not a P/Invoke statement. Move the call to GetLastWin32Error so that it immediately follows the relevant platform invoke call.
Method '%1!ls!' cannot implement interface accessor '%2!ls!' for type '%3!ls!'. Use an explicit interface implementation. ...
Method '|1' cannot implement partial method '|2' because '|3' already implements it. Only one method can implement a partial ...
Method '|1' has a link demand, but overrides or implements the following methods which do not have a link demand. A security ...
Method implementations should not contain more than 64 local variables. In order for the run-time to enregister local variables ...
Method {0} called GetLastWin32Error but the immediately preceding call to {1} is not a P/Invoke statement. Move the call ...
Method {0} calls {1} with a format string that contains an unexpected character '{2}' at index '{3}'. The provided format ...
Method {0} passes '{1}' as the {2} argument to a {3} constructor. Replace this argument with one of the method's parameter ...
Method {0} passes a literal string as parameter '{1}' of a call to {2}. Retrieve the following string(s) from a resource ...
Method {0} passes a literal string as parameter '{1}' of a call to {2}. Retrieve the string argument from a resource table ...