4 references to DotNetCoreCSharp
Microsoft.VisualStudio.LanguageServices.Razor (3)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
57
if (capability != WellKnownProjectCapabilities.
DotNetCoreCSharp
)
LspEditorFeatureDetector.cs (2)
39
_activityLog.LogInfo($"'{documentFilePath}' does not support the LSP editor because it is not associated with the '{WellKnownProjectCapabilities.
DotNetCoreCSharp
}' capability.");
48
=> _projectCapabilityResolver.CheckCapability(WellKnownProjectCapabilities.
DotNetCoreCSharp
, documentFilePath);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
LspEditorFeatureDetectorTest.cs (1)
142
.Setup(x => x.CheckCapability(WellKnownProjectCapabilities.
DotNetCoreCSharp
, It.IsAny<string>()))