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