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