15 references to Insert
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (5)
93table.Insert(qname, item); 116table.Insert(qname, item); 178table.Insert(attGroup.QualifiedName, attGroup); //Update with redefined entry 197table.Insert(group.QualifiedName, group); //Update with redefined entry 216table.Insert(schemaType.QualifiedName, schemaType); //Update with redefined entry
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
896schemaToUpdate.Groups.Insert(group.QualifiedName, group); 922schemaToUpdate.AttributeGroups.Insert(attributeGroup.QualifiedName, attributeGroup); 948schemaToUpdate.SchemaTypes.Insert(complexType.QualifiedName, complexType); 978schemaToUpdate.SchemaTypes.Insert(simpleType.QualifiedName, simpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
192_schema.SchemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
708redefine.Schema.Groups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value); 712redefine.Schema.AttributeGroups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value); 716redefine.Schema.SchemaTypes.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
184_schemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1577table.Insert(qname, item);