3 writes to SubstitutionGroup
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
2426newElement.SubstitutionGroup = copyElement.SubstitutionGroup;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1367builder._element.SubstitutionGroup = builder.ParseQName(value, "substitutionGroup");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10847o.@SubstitutionGroup = ToXmlQualifiedName(Reader.Value);
37 references to SubstitutionGroup
dotnet-svcutil-lib (37)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
2426newElement.SubstitutionGroup = copyElement.SubstitutionGroup;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1340if (!element.SubstitutionGroup.IsEmpty) 1342ValidateQNameAttribute(element, "type", element.SubstitutionGroup); 1397if (!element.SubstitutionGroup.IsEmpty)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (7)
43if (!element.SubstitutionGroup.IsEmpty) 45XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.SubstitutionGroup]; 49substitutionGroup.Examplar = element.SubstitutionGroup; 50_examplars.Add(element.SubstitutionGroup, substitutionGroup); 2302else if (!xe.SubstitutionGroup.IsEmpty) 2304XmlSchemaElement examplar = (XmlSchemaElement)_schema.Elements[xe.SubstitutionGroup]; 2307throw new XmlSchemaException(ResXml.Sch_UndeclaredEquivClass, xe.SubstitutionGroup.Name.ToString(), xe);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
987if (!element.SubstitutionGroup.IsEmpty) 989ValidateQNameAttribute(element, "type", element.SubstitutionGroup); 1044if (!element.SubstitutionGroup.IsEmpty)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (8)
437if (!element.SubstitutionGroup.IsEmpty) 439XmlSchemaElement headElement = _elements[element.SubstitutionGroup] as XmlSchemaElement; 452XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.SubstitutionGroup]; 456substitutionGroup.Examplar = element.SubstitutionGroup; 457_examplars.Add(element.SubstitutionGroup, substitutionGroup); 2733else if (!xe.SubstitutionGroup.IsEmpty) 2735XmlSchemaElement examplar = (XmlSchemaElement)_elements[xe.SubstitutionGroup]; 2738throw new XmlSchemaException(ResXml.Sch_UndeclaredEquivClass, xe.SubstitutionGroup.Name.ToString(), xe);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1419XmlQualifiedName head = memberElem.SubstitutionGroup;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (3)
451if (!el.SubstitutionGroup.IsEmpty) 453if (el.SubstitutionGroup.Namespace != XmlSchema.Namespace) 455XmlSchemaElement head = (XmlSchemaElement)_schemas.Find(el.SubstitutionGroup, typeof(XmlSchemaElement), false);
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
1332if (e1.SubstitutionGroup != e2.SubstitutionGroup)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
1004if (!o.SubstitutionGroup.IsEmpty) 1006WriteAttribute("substitutionGroup", "", o.SubstitutionGroup);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
210else if (!element.SubstitutionGroup.IsEmpty)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (4)
396else if (!element.SubstitutionGroup.IsEmpty) 397mapping = ImportElementType(FindElement(element.SubstitutionGroup), identifier, desiredMappingType, baseType, ns); 1184equivalentElement.SubstitutionGroup.Namespace == schema.TargetNamespace && 1185equivalentElement.SubstitutionGroup.Name == element.Name)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1369if (!element.SubstitutionGroup.IsEmpty)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2870WriteAttribute(@"substitutionGroup", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@SubstitutionGroup)));