5 writes to IsReference
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (2)
324
structMapping.
IsReference
= Schemas.IsReference(type);
630
enumMapping.
IsReference
= Schemas.IsReference(dataType);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
653
structMapping.
IsReference
= Schemas.IsReference(type);
714
structMapping.
IsReference
= Schemas.IsReference(dataType);
1845
enumMapping.
IsReference
= Schemas.IsReference(dataType);
2 references to IsReference
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
88
if (mapping.
IsReference
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
119
if (mapping.
IsReference
&& mapping.Namespace != Soap.Encoding)