2 writes to _moreAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (2)
54set { _moreAttributes = value; } 73_moreAttributes = moreAttributes;
1 reference to _moreAttributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (1)
53get { return _moreAttributes; }