6 references to IsReference
System.Private.Xml (6)
System\Xml\Serialization\ImportContext.cs (1)
226if (_schemas.IsReference(o))
System\Xml\Serialization\XmlSchemaImporter.cs (4)
380if (Schemas.IsReference(schema)) continue; 527structMapping.IsReference = Schemas.IsReference(type); 589structMapping.IsReference = Schemas.IsReference(dataType); 1704enumMapping.IsReference = Schemas.IsReference(dataType);
System\Xml\Serialization\XmlSchemas.cs (1)
266if (ret != null && _shareTypes && checkCache && !IsReference(ret))