1 write to Namespace
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
913
attrData.
Namespace
= attributeNS;
6 references to Namespace
System.Xml (6)
System\Xml\Core\XsdCachingReader.cs (3)
128
return cachedNode.
Namespace
;
231
if ( Ref.Equal(attribute.LocalName, name) && Ref.Equal(attribute.
Namespace
, namespaceURI) ) {
295
Ref.Equal(attribute.
Namespace
, ns) ) {
System\Xml\Core\XsdValidatingReader.cs (3)
229
string prefix = validator.GetDefaultAttributePrefix(cachedNode.
Namespace
);
253
return cachedNode.
Namespace
;
1785
if (Ref.Equal(defaultNode.LocalName, attrLocalName) && Ref.Equal(defaultNode.
Namespace
, ns)) {