4 references to NAME_PARENT
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
329
if ((currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.
NAME_PARENT
)) != 0)
467
Debug.Assert((int)ElementProperties.
NAME_PARENT
== (int)AttributeProperties.NAME);
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
328
if ((currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.
NAME_PARENT
)) != 0)
466
Debug.Assert((int)ElementProperties.
NAME_PARENT
== (int)AttributeProperties.NAME);