1 write to _schemas
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
281_schemas = schemas;
12 references to _schemas
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (12)
302if (_schemas.IsReference(o)) 385particle = ((XmlSchemaGroup)_schemas.Find(refGroup.RefName, typeof(XmlSchemaGroup), false)).Particle; 423XmlSchemaType type = (XmlSchemaType)_schemas.Find(memberTypes[i], typeof(XmlSchemaType), false); 430baseType = (XmlSchemaType)_schemas.Find(baseName, typeof(XmlSchemaType), false); 455XmlSchemaElement head = (XmlSchemaElement)_schemas.Find(el.SubstitutionGroup, typeof(XmlSchemaElement), false); 461el = (XmlSchemaElement)_schemas.Find(el.RefName, typeof(XmlSchemaElement), false); 466XmlSchemaType type = (XmlSchemaType)_schemas.Find(el.SchemaTypeName, typeof(XmlSchemaType), false); 480XmlSchemaGroup group = (XmlSchemaGroup)_schemas.Find(((XmlSchemaGroupRef)item).RefName, typeof(XmlSchemaGroup), false); 492XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)_schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false); 507at = (XmlSchemaAttribute)_schemas.Find(at.RefName, typeof(XmlSchemaAttribute), false); 512XmlSchemaType type = (XmlSchemaType)_schemas.Find(at.SchemaTypeName, typeof(XmlSchemaType), false); 533XmlSchemaType type = (XmlSchemaType)_schemas.Find(qname, typeof(XmlSchemaType), false);