7 references to _types
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (7)
639XmlSchemaComplexType type = (XmlSchemaComplexType)_types[currentMapping]; 650_types.Add(currentMapping, type); 1015XmlSchemaComplexType type = (XmlSchemaComplexType)_types[mapping]; 1025_types.Add(mapping, type); 1049model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)_types[mapping.BaseMapping]); 1187XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)_types[mapping]; 1195_types.Add(mapping, dataType);