3 references to ExtensionMethod
Microsoft.VisualStudio.LanguageServices.CSharp (3)
CodeModel\CSharpCodeModelService.cs (2)
3599
=> [ExtenderNames.
ExtensionMethod
, ExtenderNames.PartialMethod];
3627
else if (StringComparer.Ordinal.Equals(name, ExtenderNames.
ExtensionMethod
))
CodeModel\Extenders\ExtenderNames.cs (1)
13
public static string ExtensionMethod = nameof(
ExtensionMethod
);