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