8 references to IsEmpty
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
333
if (element.
IsEmpty
|| element.FirstNode == null)
Microsoft.Extensions.FileProviders.Embedded (1)
Manifest\ManifestParser.cs (1)
140
!element.
IsEmpty
&&
System.Private.Xml.Linq (6)
System\Xml\Linq\XNodeBuilder.cs (1)
140
if (e.
IsEmpty
)
System\Xml\Linq\XNodeReader.cs (4)
189
return e != null && e.
IsEmpty
;
884
if (c != null && !c.
IsEmpty
)
1165
if (e.
IsEmpty
|| IsEndElement || skipContent)
1243
if (e.
IsEmpty
|| skipContent)
System\Xml\XPath\XNodeNavigator.cs (1)
123
return e != null && e.
IsEmpty
;