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