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