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