2 writes to _moreAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
495set { _moreAttributes = value; } 664_moreAttributes = moreAttributes;
1 reference to _moreAttributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
494get { return _moreAttributes; }