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