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