7 references to _types
System.Private.Xml (7)
System\Xml\Serialization\XmlSchemaExporter.cs (7)
596XmlSchemaComplexType? type = (XmlSchemaComplexType?)_types[currentMapping]; 607_types.Add(currentMapping, type); 968XmlSchemaComplexType? type = (XmlSchemaComplexType?)_types[mapping]; 978_types.Add(mapping, type); 1002model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)_types[mapping.BaseMapping]!); 1139XmlSchemaSimpleType? dataType = (XmlSchemaSimpleType?)_types[mapping]; 1147_types.Add(mapping, dataType);