4 references to _unhandledAttributes
System.Private.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
760
_unhandledAttributes
.Add(attribute);
793
if (
_unhandledAttributes
.Count != 0)
795
_xso.SetUnhandledAttributes(
_unhandledAttributes
.ToArray());
796
_unhandledAttributes
.Clear();