1 write to _refName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroupRef.cs (1)
31set { _refName = (value == null ? XmlQualifiedName.Empty : value); }
1 reference to _refName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroupRef.cs (1)
30get { return _refName; }