2 implementations of IsDotNetCoreProject
Microsoft.VisualStudio.LanguageServices.Razor (1)
LspEditorFeatureDetector.cs (1)
47public CapabilityCheckResult IsDotNetCoreProject(string documentFilePath)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTest.cs (1)
176public CapabilityCheckResult IsDotNetCoreProject(string documentFilePath) => throw new NotImplementedException();
1 reference to IsDotNetCoreProject
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\RazorFilePathToContentTypeProviderBase.cs (1)
33if (_lspEditorFeatureDetector.IsDotNetCoreProject(filePath) is { } check &&