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