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