3 references to ExternalLocation
Microsoft.VisualStudio.LanguageServices.CSharp (3)
CodeModel\CSharpCodeModelService.cs (2)
3666=> new[] { ExtenderNames.ExternalLocation }; 3672if (StringComparer.Ordinal.Equals(name, ExtenderNames.ExternalLocation))
CodeModel\Extenders\ExtenderNames.cs (1)
11public static string ExternalLocation = nameof(ExternalLocation);