6 references to HasElements
Microsoft.Build.Tasks.Core (1)
ResourceHandling\MSBuildResXReader.cs (1)
121
if (elem.
HasElements
)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Snippets\CSharpSnippetExpansionLanguageHelper.cs (1)
79
if (importsNode == null || !importsNode.
HasElements
)
Roslyn.Test.PdbUtilities (4)
Reader\PdbValidation.cs (4)
443
where e.Name == "customDebugInfo" && !e.
HasElements
450
where e.Name == "scope" && !e.
HasElements
458
where e.Name == "sequencePoints" && !e.
HasElements
465
where e.Name == "method" && !e.
HasElements