9 references to IsReference
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
302if (_schemas.IsReference(o))
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (3)
231if (Schemas.IsReference(schema)) continue; 324structMapping.IsReference = Schemas.IsReference(type); 630enumMapping.IsReference = Schemas.IsReference(dataType);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (4)
509if (Schemas.IsReference(schema)) continue; 653structMapping.IsReference = Schemas.IsReference(type); 714structMapping.IsReference = Schemas.IsReference(dataType); 1845enumMapping.IsReference = Schemas.IsReference(dataType);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
370if (ret != null && _shareTypes && checkCache && !IsReference(ret))