101 references to
dotnet-svcutil-lib (101)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (3)
114partialValidationType = _schemas.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc 587XmlSchemaAttribute schemaAttribute = elementSchemaType.AttributeUses[attName] as XmlSchemaAttribute; 595schemaAttribute = _schemas.GlobalAttributes[attName] as XmlSchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (3)
75XmlSchemaObject existingObject = (XmlSchemaObject)table[qname]; 90XmlSchemaObject builtInAttributeGroup = schemaForXmlNS.AttributeGroups[qname]; 113XmlSchemaObject builtInAttribute = schemaForXmlNS.Attributes[qname];
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1103XmlSchemaSubstitutionGroup grp = (XmlSchemaSubstitutionGroup)substitutionGroups[elem.QualifiedName];
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
1029effectiveSchemaType = _schemaSet.GlobalTypes[elem.SchemaTypeName] as XmlSchemaType;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (9)
880if (redefine.Groups[group.QualifiedName] != null) 887XmlSchemaGroup originalGroup = (XmlSchemaGroup)schemaToUpdate.Groups[group.QualifiedName]; 906if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 913XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName]; 932if (redefine.SchemaTypes[complexType.QualifiedName] != null) 939XmlSchemaType originalType = (XmlSchemaType)schemaToUpdate.SchemaTypes[complexType.QualifiedName]; 962if (redefine.SchemaTypes[simpleType.QualifiedName] != null) 969XmlSchemaType originalType = (XmlSchemaType)schemaToUpdate.SchemaTypes[simpleType.QualifiedName]; 1482if (_rootSchema.IdentityConstraints[constraint.QualifiedName] != null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (23)
45XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.SubstitutionGroup]; 429XmlSchemaElement examplar = (XmlSchemaElement)_schema.Elements[substitutionGroup.Examplar]; 446XmlSchemaSubstitutionGroupV1Compat g = (XmlSchemaSubstitutionGroupV1Compat)_examplars[element.QualifiedName]; 472XmlSchemaElement examplar = (XmlSchemaElement)_schema.Elements[substitutionGroup.Examplar]; 1106XmlSchemaSubstitutionGroupV1Compat substitutionGroup = (XmlSchemaSubstitutionGroupV1Compat)_examplars[element.QualifiedName]; 1134group = (XmlSchemaGroup)_schema.Groups[groupRef.RefName]; 1738if (attributeGroup.AttributeUses[attribute.QualifiedName] == null) 1757attributeGroupResolved = (XmlSchemaAttributeGroup)_schema.AttributeGroups[attributeGroupRef.RefName]; 1764if (attributeGroup.AttributeUses[attributeValue.QualifiedName] == null) 1800if (derivedType.AttributeUses[attribute.QualifiedName] == null) 1817XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)_schema.AttributeGroups[attributeGroupRef.RefName]; 1826if (derivedType.AttributeUses[attributeValue.QualifiedName] == null) 1857XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 1887XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 1922XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseType.AttributeUses[attribute.QualifiedName]; 2067XmlSchemaAttribute a = (XmlSchemaAttribute)_schema.Attributes[xa.RefName]; 2275XmlSchemaElement e = (XmlSchemaElement)_schema.Elements[xe.RefName]; 2304XmlSchemaElement examplar = (XmlSchemaElement)_schema.Elements[xe.SubstitutionGroup]; 2673if (complexType.LocalElements[localElement.QualifiedName] == null) 2679XmlSchemaElement element = (XmlSchemaElement)complexType.LocalElements[localElement.QualifiedName]; 2713XmlSchemaSimpleType type = _schema.SchemaTypes[name] as XmlSchemaSimpleType; 2739XmlSchemaComplexType type = _schema.SchemaTypes[name] as XmlSchemaComplexType; 2749XmlSchemaType type = (XmlSchemaType)_schema.SchemaTypes[name];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (9)
604if (redefine.Groups[group.QualifiedName] != null) 611group.Redefined = (XmlSchemaGroup)redefine.Schema.Groups[group.QualifiedName]; 626if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 633attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName]; 648if (redefine.SchemaTypes[complexType.QualifiedName] != null) 655XmlSchemaType type = (XmlSchemaType)redefine.Schema.SchemaTypes[complexType.QualifiedName]; 678if (redefine.SchemaTypes[simpleType.QualifiedName] != null) 685XmlSchemaType type = (XmlSchemaType)redefine.Schema.SchemaTypes[simpleType.QualifiedName]; 1127if (_schema.IdentityConstraints[constraint.QualifiedName] != null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (25)
439XmlSchemaElement headElement = _elements[element.SubstitutionGroup] as XmlSchemaElement; 452XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.SubstitutionGroup]; 481XmlSchemaElement examplar = (XmlSchemaElement)_elements[substitutionGroup.Examplar]; 502XmlSchemaSubstitutionGroup g = (XmlSchemaSubstitutionGroup)_examplars[element.QualifiedName]; 1227XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.QualifiedName]; 1260group = (XmlSchemaGroup)_groups[groupRef.RefName]; 2077if (attributeGroup.AttributeUses[attr.QualifiedName] == null) 2096attributeGroupResolved = (XmlSchemaAttributeGroup)_attributeGroups[attributeGroupRef.RefName]; 2103if (attributeGroup.AttributeUses[attribute.QualifiedName] == null) 2143if (derivedType.AttributeUses[attr.QualifiedName] == null) 2160XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)_attributeGroups[attributeGroupRef.RefName]; 2169if (derivedType.AttributeUses[attribute.QualifiedName] == null) 2200XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 2230XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 2273XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseType.AttributeUses[attribute.QualifiedName]; 2312XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedAttributeGroup.AttributeUses[attributeBase.QualifiedName]; 2344XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseAttributeGroup.AttributeUses[attribute.QualifiedName]; 2485XmlSchemaAttribute a = (XmlSchemaAttribute)_attributes[xa.RefName]; 2706XmlSchemaElement e = (XmlSchemaElement)_elements[xe.RefName]; 2735XmlSchemaElement examplar = (XmlSchemaElement)_elements[xe.SubstitutionGroup]; 3118if (complexType.LocalElements[localElement.QualifiedName] == null) 3124XmlSchemaElement element = (XmlSchemaElement)complexType.LocalElements[localElement.QualifiedName]; 3181XmlSchemaSimpleType type = _schemaTypes[name] as XmlSchemaSimpleType; 3195XmlSchemaComplexType type = _schemaTypes[name] as XmlSchemaComplexType; 3205XmlSchemaType type = (XmlSchemaType)_schemaTypes[name];
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (12)
765if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null) 781if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null) 1079if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null) 1095if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null) 1115XmlSchemaSubstitutionGroup oldSubstGroup = (XmlSchemaSubstitutionGroup)substitutionGroups[head]; 1136XmlSchemaElement headElement = (XmlSchemaElement)elements[substitutionGroup.Examplar]; 1146XmlSchemaSubstitutionGroup g = (XmlSchemaSubstitutionGroup)substTable[element.QualifiedName]; 1520XmlSchemaElement elem = (XmlSchemaElement)elements[elementToRemove.QualifiedName]; 1528XmlSchemaAttribute attr = (XmlSchemaAttribute)attributes[attributeToRemove.QualifiedName]; 1536XmlSchemaType schemaType = (XmlSchemaType)schemaTypes[schemaTypeToRemove.QualifiedName]; 1549XmlSchemaObject existingObject = (XmlSchemaObject)table[qname]; 1574XmlSchemaObject builtInAttribute = schemaForXmlNS.Attributes[qname];
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1402_xsdType = (XmlSchemaType)s.SchemaTypes[_xsiType];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
602XmlSchemaType t = (XmlSchemaType)s.SchemaTypes[baseQname];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
520type = (XmlSchemaType)schema.SchemaTypes[serializableMapping.XsiType];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
221XmlSchemaObject xso = Schemas.SchemaSet.GlobalTypes[typeName];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (6)
336ret = schema.SchemaTypes[name]; 344ret = schema.Groups[name]; 348ret = schema.AttributeGroups[name]; 352ret = schema.Elements[name]; 356ret = schema.Attributes[name]; 360ret = schema.Notations[name];
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
421if (redefine.SchemaTypes[typeName] != null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
795element = (XmlSchemaElement)schema.Elements[elementName]; 824type = (XmlSchemaType)schema.SchemaTypes[typeName];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (2)
24XmlSchemaElement existingElement = (XmlSchemaElement)schema.Elements[new XmlQualifiedName(element.Name, schema.TargetNamespace)]; 60XmlSchemaType existingType = (XmlSchemaType)schema.SchemaTypes[new XmlQualifiedName(type.Name, schema.TargetNamespace)];