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