1 write to Prefix
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
914attrData.Prefix = nameTable.Add(defaultPrefix);
3 references to Prefix
System.Xml (3)
System\Xml\Core\XsdCachingReader.cs (2)
135return cachedNode.Prefix; 626if ( Ref.Equal(attribute.LocalName, name) && attribute.Prefix.Length == 0 ) {
System\Xml\Core\XsdValidatingReader.cs (1)
263return cachedNode.Prefix;