7 references to IsAmbiguousDataType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (3)
213
if (typeDesc != null && typeDesc.
IsAmbiguousDataType
)
232
if (!sameName || mapping.TypeDesc.
IsAmbiguousDataType
|| element.IsNullable)
234
AddElementMetadata(metadata, sameName ? null : elemName, mapping.TypeDesc.
IsAmbiguousDataType
? mapping.TypeDesc : null, element.IsNullable);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (3)
200
if (typeMapping.TypeDesc != null && typeMapping.TypeDesc.
IsAmbiguousDataType
)
741
ExportText(metadata, sameType ? null : mapping.TypeDesc, mapping.TypeDesc.
IsAmbiguousDataType
? mapping.TypeDesc.DataType.Name : null);
923
if (dataTypeDesc != null && dataTypeDesc.
IsAmbiguousDataType
&& !dataTypeDesc.IsMappedType)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1005
if (item.Mapping.TypeDesc.
IsAmbiguousDataType
)