2 overrides of ProcessAttribute
System.Xml (2)
System\Xml\Schema\XdrBuilder.cs (1)
431
internal override void
ProcessAttribute
(string prefix, string name, string ns, string value) {
System\Xml\Schema\XsdBuilder.cs (1)
713
internal override void
ProcessAttribute
(string prefix, string name, string ns, string value) {
1 reference to ProcessAttribute
System.Xml (1)
System\Xml\Schema\Parser.cs (1)
166
builder.
ProcessAttribute
(reader.Prefix, reader.LocalName, reader.NamespaceURI, reader.Value);