3 writes to RefName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
514
newAttGroupRef.
RefName
= attributeGroupRef.RefName.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1816
builder._attributeGroupRef.
RefName
= builder.ParseQName(value, "ref");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9079
o.
@RefName
= ToXmlQualifiedName(Reader.Value);
22 references to RefName
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1118
if (attrGroupRef != null && attrGroupRef.
RefName
== attributeGroup.QualifiedName)
2049
if (attributeGroupRef.
RefName
.IsEmpty)
2055
ValidateQNameAttribute(attributeGroupRef, "ref", attributeGroupRef.
RefName
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (5)
1751
if (attributeGroup.Redefined != null && attributeGroupRef.
RefName
== attributeGroup.Redefined.QualifiedName)
1757
attributeGroupResolved = (XmlSchemaAttributeGroup)_schema.AttributeGroups[attributeGroupRef.
RefName
];
1777
SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
1817
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)_schema.AttributeGroups[attributeGroupRef.
RefName
];
1844
SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
768
if (groupRef != null && groupRef.
RefName
== attributeGroup.QualifiedName)
1696
if (attributeGroupRef.
RefName
.IsEmpty)
1702
ValidateQNameAttribute(attributeGroupRef, "ref", attributeGroupRef.
RefName
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (5)
2090
if (attributeGroup.Redefined != null && attributeGroupRef.
RefName
== attributeGroup.Redefined.QualifiedName)
2096
attributeGroupResolved = (XmlSchemaAttributeGroup)_attributeGroups[attributeGroupRef.
RefName
];
2116
SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
2160
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)_attributeGroups[attributeGroupRef.
RefName
];
2187
SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
514
newAttGroupRef.RefName = attributeGroupRef.
RefName
.Clone();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
492
XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)_schemas.Find(((XmlSchemaAttributeGroupRef)item).
RefName
, typeof(XmlSchemaAttributeGroup), false);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
764
if (!o.
RefName
.IsEmpty)
766
WriteAttribute("ref", "", o.
RefName
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
773
XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).
RefName
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4194
WriteAttribute(@"ref", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.
@RefName
)));