7 references to _types
System.Private.Xml (7)
System\Xml\Serialization\XmlSchemaExporter.cs (7)
600
XmlSchemaComplexType? type = (XmlSchemaComplexType?)
_types
[currentMapping];
611
_types
.Add(currentMapping, type);
972
XmlSchemaComplexType? type = (XmlSchemaComplexType?)
_types
[mapping];
982
_types
.Add(mapping, type);
1006
model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)
_types
[mapping.BaseMapping]!);
1144
XmlSchemaSimpleType? dataType = (XmlSchemaSimpleType?)
_types
[mapping];
1152
_types
.Add(mapping, dataType);