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