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