5 references to IsOpen
Microsoft.CodeAnalysis.EditorFeatures (1)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (1)
91
if (document != null && document.
IsOpen
())
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
301
var isOpen = textDocument.
IsOpen
();
Workspace\BackgroundParser.cs (1)
180
if (document != null && document.
IsOpen
())
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
43
var isOpenDocument = document.
IsOpen
();
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Extensions.cs (1)
27
if (document == null || !document.
IsOpen
())