2 writes to _substitutionGroup
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (2)
172set { _substitutionGroup = (value == null ? XmlQualifiedName.Empty : value); } 368newElem._substitutionGroup = _substitutionGroup.Clone();
2 references to _substitutionGroup
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (2)
171get { return _substitutionGroup; } 368newElem._substitutionGroup = _substitutionGroup.Clone();