3 references to EnableSemanticErrorsInMiscellaneousFiles
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
170
if (!GlobalOptionService.GetOption(LanguageServerProjectSystemOptionsStorage.
EnableSemanticErrorsInMiscellaneousFiles
))
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
61
LanguageServerProjectSystemOptionsStorage.
EnableSemanticErrorsInMiscellaneousFiles
,
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsWorkspaceTests.cs (1)
448
OptionUpdater = options => options.SetGlobalOption(LanguageServerProjectSystemOptionsStorage.
EnableSemanticErrorsInMiscellaneousFiles
, false)