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