2 references to ShouldReportSemanticErrorsInPossibleFileBasedProgramAsync
Microsoft.CodeAnalysis.LanguageServer (2)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
326
var hasAllInformation = await VirtualProjectXmlProvider.
ShouldReportSemanticErrorsInPossibleFileBasedProgramAsync
(globalOptionService, syntaxTree, cancellationToken);
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
102
var newHasAllInformation = await VirtualProjectXmlProvider.
ShouldReportSemanticErrorsInPossibleFileBasedProgramAsync
(GlobalOptionService, syntaxTree, cancellationToken);