3 writes to RefName
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9440
o.
@RefName
= ToXmlQualifiedName(Reader.Value);
System.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
481
newGroupRef.
RefName
= newGroupRef.RefName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1790
builder.groupRef.
RefName
= builder.ParseQName(value, "ref");
29 references to RefName
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3355
WriteAttribute(@"ref", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.
@RefName
)));
System.Xml (28)
System\Xml\Schema\Preprocessor.cs (3)
894
if (groupRef.
RefName
== name) {
1626
if (groupRef.
RefName
.IsEmpty) {
1630
ValidateQNameAttribute(groupRef, "ref", groupRef.
RefName
);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
901
group = (XmlSchemaGroup)this.schema.Groups[groupRef.
RefName
];
904
SendValidationEvent(Res.Sch_UndefGroupRef, groupRef.
RefName
.ToString(), groupRef);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
589
if (groupRef.
RefName
== name) {
1314
if (groupRef.
RefName
.IsEmpty) {
1318
ValidateQNameAttribute(groupRef, "ref", groupRef.
RefName
);
System\Xml\Schema\SchemaSetCompiler.cs (2)
999
group = (XmlSchemaGroup)groups[groupRef.
RefName
];
1002
SendValidationEvent(Res.Sch_UndefGroupRef, groupRef.
RefName
.ToString(), groupRef);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
481
newGroupRef.RefName = newGroupRef.
RefName
.Clone();
System\Xml\Serialization\ImportContext.cs (2)
328
particle = ((XmlSchemaGroup)schemas.Find(refGroup.
RefName
, typeof(XmlSchemaGroup), false)).Particle;
402
XmlSchemaGroup group = (XmlSchemaGroup)schemas.Find(((XmlSchemaGroupRef)item).
RefName
, typeof(XmlSchemaGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
77
return ((XmlSchemaGroupRef)o).
RefName
;
1014
if (!o.
RefName
.IsEmpty) {
1015
WriteAttribute("ref", "", o.
RefName
);
System\Xml\Serialization\XmlSchemaImporter.cs (12)
736
items.Particle = FindGroup(refGroup.
RefName
).Particle;
891
if (!refGroup.
RefName
.IsEmpty) {
892
AddReference(refGroup.
RefName
, GroupsInUse, Res.XmlCircularGroupReference);
893
if (GatherGroupChoices(FindGroup(refGroup.
RefName
), choiceElements, identifier, refGroup.
RefName
.Namespace, ref needExplicitOrder, allowDuplicates)) {
894
RemoveReference(refGroup.
RefName
, GroupsInUse);
897
RemoveReference(refGroup.
RefName
, GroupsInUse);
973
if (!refGroup.
RefName
.IsEmpty) {
974
AddReference(refGroup.
RefName
, GroupsInUse, Res.XmlCircularGroupReference);
975
ImportGroupMembers(FindGroup(refGroup.
RefName
).Particle, identifier, members, membersScope, elementsScope, refGroup.
RefName
.Namespace, groupRepeats | refGroup.IsMultipleOccurrence, ref mixed, ref needExplicitOrder, allowDuplicates, allowUnboundedElements);
976
RemoveReference(refGroup.
RefName
, GroupsInUse);