2 writes to _typeName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (2)
102set { _typeName = (value == null ? XmlQualifiedName.Empty : value); } 228newAtt._typeName = _typeName.Clone();
2 references to _typeName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (2)
101get { return _typeName; } 228newAtt._typeName = _typeName.Clone();