8 references to _types
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (8)
231
XmlSchemaComplexType type = (XmlSchemaComplexType)
_types
[mapping];
237
_types
.Add(mapping, type);
320
XmlSchemaComplexType type = (XmlSchemaComplexType)
_types
[mapping];
327
_types
.Add(mapping, type);
351
XmlSchemaComplexType type = (XmlSchemaComplexType)
_types
[mapping];
357
_types
.Add(mapping, type);
408
XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)
_types
[mapping];
414
_types
.Add(mapping, dataType);