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