4 references to IsUnionType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (3)
1459
if ((_xmlSchemaInfo.
IsUnionType
|| _xmlSchemaInfo.IsDefault) && _coreReader is XsdCachingReader)
2503
if (_xmlSchemaInfo.
IsUnionType
&& !_xmlSchemaInfo.IsNil)
2557
if (cachedReader == null && _xmlSchemaInfo.
IsUnionType
&& !_xmlSchemaInfo.IsNil)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
352
if ((_xmlSchemaInfo.
IsUnionType
|| _xmlSchemaInfo.IsDefault) && _coreReader is XsdCachingReader)