1 write to _schema
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
28
_schema
= schema;
34 references to _schema
dotnet-svcutil-lib (34)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (34)
41
foreach (XmlSchemaElement element in
_schema
.Elements.Values)
61
foreach (XmlSchemaGroup group in
_schema
.Groups.Values)
65
foreach (XmlSchemaAttributeGroup attributeGroup in
_schema
.AttributeGroups.Values)
69
foreach (XmlSchemaType type in
_schema
.SchemaTypes.Values)
80
foreach (XmlSchemaElement element in
_schema
.Elements.Values)
84
foreach (XmlSchemaAttribute attribute in
_schema
.Attributes.Values)
192
_schema
.SchemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
198
foreach (XmlSchemaGroup group in
_schema
.Groups.Values)
202
foreach (XmlSchemaAttributeGroup attributeGroup in
_schema
.AttributeGroups.Values)
206
foreach (XmlSchemaType type in
_schema
.SchemaTypes.Values)
217
foreach (XmlSchemaElement element in
_schema
.Elements.Values)
224
foreach (XmlSchemaAttribute attribute in
_schema
.Attributes.Values)
231
foreach (XmlSchemaIdentityConstraint identityConstraint in
_schema
.IdentityConstraints.Values)
243
foreach (XmlSchemaType type in
_schema
.SchemaTypes.Values)
250
foreach (XmlSchemaElement element in
_schema
.Elements.Values)
262
_schema
.SchemaTypes.Remove(DatatypeImplementation.QnAnyType); //For backward compatibility
267
foreach (XmlSchemaElement element in
_schema
.Elements.Values)
272
foreach (XmlSchemaAttribute attribute in
_schema
.Attributes.Values)
277
foreach (XmlSchemaType type in
_schema
.SchemaTypes.Values)
286
foreach (XmlSchemaNotation notation in
_schema
.Notations.Values)
429
XmlSchemaElement examplar = (XmlSchemaElement)
_schema
.Elements[substitutionGroup.Examplar];
472
XmlSchemaElement examplar = (XmlSchemaElement)
_schema
.Elements[substitutionGroup.Examplar];
1134
group = (XmlSchemaGroup)
_schema
.Groups[groupRef.RefName];
1757
attributeGroupResolved = (XmlSchemaAttributeGroup)
_schema
.AttributeGroups[attributeGroupRef.RefName];
1817
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)
_schema
.AttributeGroups[attributeGroupRef.RefName];
2067
XmlSchemaAttribute a = (XmlSchemaAttribute)
_schema
.Attributes[xa.RefName];
2145
decl.Datatype.VerifySchemaValid(
_schema
.Notations, xa);
2219
XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)
_schema
.IdentityConstraints[((XmlSchemaKeyref)xi).Refer];
2275
XmlSchemaElement e = (XmlSchemaElement)
_schema
.Elements[xe.RefName];
2304
XmlSchemaElement examplar = (XmlSchemaElement)
_schema
.Elements[xe.SubstitutionGroup];
2366
decl.Datatype.VerifySchemaValid(
_schema
.Notations, xe);
2713
XmlSchemaSimpleType type =
_schema
.SchemaTypes[name] as XmlSchemaSimpleType;
2739
XmlSchemaComplexType type =
_schema
.SchemaTypes[name] as XmlSchemaComplexType;
2749
XmlSchemaType type = (XmlSchemaType)
_schema
.SchemaTypes[name];