4 references to GlobalAttributes
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
595
schemaAttribute = _schemas.
GlobalAttributes
[attName] as XmlSchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
1222
GlobalAttributes
.Clear();
1297
foreach (XmlSchemaAttribute attribute in otherSet.
GlobalAttributes
.Values)
1339
foreach (XmlSchemaAttribute attributeToRemove in otherSet.
GlobalAttributes
.Values)