2 writes to _attributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
232
_attributes
= new XmlSchemaObjectCollection();
382
_attributes
= newAttributes;
2 references to _attributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
230
if (
_attributes
== null)
234
return
_attributes
;