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