2 overrides of ProcessAttribute
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (1)
446
internal override void
ProcessAttribute
(string prefix, string name, string ns, string value)
System\Xml\Schema\XsdBuilder.cs (1)
722
internal 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);