3 references to IsEmpty
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.ProjectState.cs (1)
303
return !
IsEmpty
();
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateSet.cs (2)
61
.Concat(_projectStates.Where(kv => !kv.Value.
IsEmpty
())
80
if (_projectStates.TryGetValue(projectId, out var projectState) && !projectState.
IsEmpty
())