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