5 writes to IsReference
System.Xml (5)
System\Xml\Serialization\SoapSchemaImporter.cs (2)
295
structMapping.
IsReference
= Schemas.IsReference(type);
558
enumMapping.
IsReference
= Schemas.IsReference(dataType);
System\Xml\Serialization\XmlSchemaImporter.cs (3)
572
structMapping.
IsReference
= Schemas.IsReference(type);
626
structMapping.
IsReference
= Schemas.IsReference(dataType);
1606
enumMapping.
IsReference
= Schemas.IsReference(dataType);
2 references to IsReference
System.Xml (2)
System\Xml\Serialization\SoapCodeExporter.cs (1)
87
if (mapping.
IsReference
)
System\Xml\Serialization\XmlCodeExporter.cs (1)
110
if (mapping.
IsReference
&& mapping.Namespace != Soap.Encoding)