Methods which do not access instance data or call instance methods can be marked as static (Shared in Visual Basic). After doing so, the compiler will emit non-virtual call sites to these members which will prevent a check at runtime for each call that ensures the current object pointer is non-null. This can result in a measurable performance gain for performance-sensitive code. In some cases, the failure to access the current object instance represents a correctness issue.
Methods decorated with the SuppressUnmanagedCodeSecurity attribute have an implicit LinkDemand placed upon all of their callers. ...
Methods in the same type that differ only by return type can be difficult for developers and tools to properly recognize. ...
Methods marked with OnSerializing, OnSerialized, OnDeserializing, or OnDeserialized, must be non-generic, private, return ...
Methods where the type parameter cannot be inferred from the parameters and therefore has to be defined in the method call ...
Methods which do not access instance data or call instance methods can be marked as static (Shared in Visual Basic). After ...
Methods with the AllowPartiallyTrustedCallersAttribute that call methods without that attribute might unintentionally expose ...
Methods/Functions/Operators/Properties/Fields/Variables/Events/Constants/Enum Items/Typedefs/Map Items/External Declarations/Macros/Unknowns ...
Microsoft .NET Framework 3.5 SP1 is not installed on this system. Visual Studio SharePoint projects require Microsoft .NET ...
Microsoft cannot guarantee that offensive content will not be returned since the extent of a service's filtering capabilities ...