1 write to Namespace
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1052
attrData.
Namespace
= attributeNS;
6 references to Namespace
System.Private.Xml (6)
System\Xml\Core\XsdCachingReader.cs (3)
139
return _cachedNode!.
Namespace
;
270
if (Ref.Equal(attribute.LocalName, atomizedName) && Ref.Equal(attribute.
Namespace
, namespaceURI))
341
Ref.Equal(attribute.
Namespace
, ns))
System\Xml\Core\XsdValidatingReader.cs (3)
244
string? prefix = _validator.GetDefaultAttributePrefix(_cachedNode.
Namespace
);
280
return _cachedNode.
Namespace
;
2288
if (Ref.Equal(defaultNode.LocalName, attrLocalName) && Ref.Equal(defaultNode.
Namespace
, ns))