3 references to IsEmpty
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\AbstractCodeModelService.cs (1)
133if (nodeKey.IsEmpty)
CodeModel\FileCodeModel.cs (1)
242if (!nodeKey.IsEmpty)
RoslynVisualStudioWorkspace.cs (1)
172if (!codeModelService.TryGetNodeKey(syntaxNode).IsEmpty)