3 writes to attributes
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
44schemaSet.attributes = _attributes;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
238attributes = new XmlSchemaObjectTable(); 1605attributes = new XmlSchemaObjectTable();
7 references to attributes
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (7)
236if (attributes == null) 240return attributes; 1299if (!AddToTable(attributes, attribute.QualifiedName, attribute)) 1343attributes.Remove(attributeToRemove.QualifiedName); 1528XmlSchemaAttribute attr = (XmlSchemaAttribute)attributes[attributeToRemove.QualifiedName]; 1531attributes.Remove(attributeToRemove.QualifiedName); 1603if (attributes == null)