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