3 writes to RefName
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7302
o.
@RefName
= ToXmlQualifiedName(Reader.Value);
System.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
444
newAttGroupRef.
RefName
= attributeGroupRef.RefName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1676
builder.attributeGroupRef.
RefName
= builder.ParseQName(value, "ref");
26 references to RefName
System.Data (4)
fx\src\data\System\Data\XMLSchema.cs (4)
849
XmlSchemaAttributeGroup schemaGroup = attributeGroups[groupRef.
RefName
] as XmlSchemaAttributeGroup;
865
if (attributeGroup.RedefinedAttributeGroup != null && attributeGroupRef.
RefName
== new XmlQualifiedName(attributeGroup.Name, attributeGroupRef.
RefName
.Namespace)) {
869
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.
RefName
];
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3322
WriteAttribute(@"ref", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.
@RefName
)));
System.Xml (21)
System\Xml\Schema\Preprocessor.cs (3)
928
if (attrGroupRef != null && attrGroupRef.
RefName
== attributeGroup.QualifiedName) {
1655
if (attributeGroupRef.
RefName
.IsEmpty) {
1659
ValidateQNameAttribute(attributeGroupRef, "ref", attributeGroupRef.
RefName
);
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
1388
if (attributeGroup.Redefined != null && attributeGroupRef.
RefName
== attributeGroup.Redefined.QualifiedName) {
1392
attributeGroupResolved = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.
RefName
];
1407
SendValidationEvent(Res.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
1441
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.
RefName
];
1462
SendValidationEvent(Res.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
621
if (groupRef != null && groupRef.
RefName
== attributeGroup.QualifiedName) {
1343
if (attributeGroupRef.
RefName
.IsEmpty) {
1347
ValidateQNameAttribute(attributeGroupRef, "ref", attributeGroupRef.
RefName
);
System\Xml\Schema\SchemaSetCompiler.cs (5)
1665
if (attributeGroup.Redefined != null && attributeGroupRef.
RefName
== attributeGroup.Redefined.QualifiedName) {
1669
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.
RefName
];
1684
SendValidationEvent(Res.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
1720
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.
RefName
];
1741
SendValidationEvent(Res.Sch_UndefAttributeGroupRef, attributeGroupRef.
RefName
.ToString(), attributeGroupRef);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
444
newAttGroupRef.RefName = attributeGroupRef.
RefName
.Clone();
System\Xml\Serialization\ImportContext.cs (1)
411
XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)schemas.Find(((XmlSchemaAttributeGroupRef)item).
RefName
, typeof(XmlSchemaAttributeGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (2)
632
if (!o.
RefName
.IsEmpty) {
633
WriteAttribute("ref", "", o.
RefName
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
676
XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).
RefName
;