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