19 references to IsNamespace
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (18)
56
if (((XmlAttribute)node).
IsNamespace
)
121
&& attribute.
IsNamespace
)
139
if (((XmlAttribute)_source).
IsNamespace
)
161
&& attribute.
IsNamespace
)
280
if (!attribute.
IsNamespace
)
308
if (!attribute.
IsNamespace
)
334
if (!attribute.
IsNamespace
)
349
|| attribute.
IsNamespace
)
362
if (!attribute.
IsNamespace
)
542
if (attribute.
IsNamespace
)
579
|| !attribute.
IsNamespace
)
657
if (attribute.
IsNamespace
)
858
parent = attribute.
IsNamespace
? _namespaceParent : attribute.OwnerElement;
881
parent = attribute.
IsNamespace
? _namespaceParent : attribute.OwnerElement;
1695
if (attribute.
IsNamespace
)
1754
if (attribute.
IsNamespace
)
1849
if (attribute.
IsNamespace
)
1871
if (attribute.
IsNamespace
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
396
if (
IsNamespace
)