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