3 references to DirectoryNameEndsWith
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
1137
LanguageNames.CSharp =>
DirectoryNameEndsWith
(fullPath, s_csharpCodeStyleAnalyzerSdkDirectory),
1138
LanguageNames.VisualBasic =>
DirectoryNameEndsWith
(fullPath, s_visualBasicCodeStyleAnalyzerSdkDirectory),
1153
private static bool IsSdkRazorSourceGenerator(string fullPath) =>
DirectoryNameEndsWith
(fullPath, s_razorSourceGeneratorSdkDirectory);