4 references to _unhandledAttributes
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (4)
768_unhandledAttributes.Add(attribute); 801if (_unhandledAttributes.Count != 0) 803_xso.SetUnhandledAttributes((XmlAttribute[])_unhandledAttributes.ToArray(typeof(Microsoft.Xml.XmlAttribute))); 804_unhandledAttributes.Clear();