4 references to IsEmpty
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateSet.cs (4)
55
if (documentId.ProjectId == projectId && !state.
IsEmpty
)
76
if (state.
IsEmpty
)
86
_activeFileStates.Where(kv => !kv.Value.
IsEmpty
)
101
if (documentId.ProjectId == projectId && !state.
IsEmpty
)