6 references to IsReference
System.Private.Xml (6)
System\Xml\Serialization\ImportContext.cs (1)
228if (_schemas.IsReference(o))
System\Xml\Serialization\XmlSchemaImporter.cs (4)
397if (Schemas.IsReference(schema)) continue; 548structMapping.IsReference = Schemas.IsReference(type); 611structMapping.IsReference = Schemas.IsReference(dataType); 1743enumMapping.IsReference = Schemas.IsReference(dataType);
System\Xml\Serialization\XmlSchemas.cs (1)
266if (ret != null && _shareTypes && checkCache && !IsReference(ret))