1 write to Prefix
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1053attrData.Prefix = _nameTable.Add(defaultPrefix);
3 references to Prefix
System.Private.Xml (3)
System\Xml\Core\XsdCachingReader.cs (2)
148return _cachedNode!.Prefix; 722if (Ref.Equal(attribute.LocalName, atomizedName) && attribute.Prefix.Length == 0)
System\Xml\Core\XsdValidatingReader.cs (1)
295return _cachedNode.Prefix;