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