2 overrides of ProcessAttribute
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (1)
446internal override void ProcessAttribute(string prefix, string name, string ns, string value)
System\Xml\Schema\XsdBuilder.cs (1)
722internal override void ProcessAttribute(string prefix, string name, string ns, string value)
1 reference to ProcessAttribute
System.Private.Xml (1)
System\Xml\Schema\Parser.cs (1)
185_builder.ProcessAttribute(_reader.Prefix, _reader.LocalName, _reader.NamespaceURI, _reader.Value);