9 references to IsReference
System.Xml (9)
System\Xml\Serialization\ImportContext.cs (1)
257
if (schemas.
IsReference
(o))
System\Xml\Serialization\SoapSchemaImporter.cs (3)
214
if (Schemas.
IsReference
(schema)) continue;
295
structMapping.IsReference = Schemas.
IsReference
(type);
558
enumMapping.IsReference = Schemas.
IsReference
(dataType);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
449
if (Schemas.
IsReference
(schema)) continue;
572
structMapping.IsReference = Schemas.
IsReference
(type);
626
structMapping.IsReference = Schemas.
IsReference
(dataType);
1606
enumMapping.IsReference = Schemas.
IsReference
(dataType);
System\Xml\Serialization\XmlSchemas.cs (1)
318
if (ret != null && shareTypes && checkCache && !
IsReference
(ret))