4 references to IsUnionType
System.Private.Xml (4)
System\Xml\Core\XsdValidatingReader.cs (3)
1521
if ((_xmlSchemaInfo.
IsUnionType
|| _xmlSchemaInfo.IsDefault) && _coreReader is XsdCachingReader)
2647
if (_xmlSchemaInfo.
IsUnionType
&& !_xmlSchemaInfo.IsNil)
2706
if (cachedReader == null && _xmlSchemaInfo.
IsUnionType
&& !_xmlSchemaInfo.IsNil)
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
359
if ((_xmlSchemaInfo.
IsUnionType
|| _xmlSchemaInfo.IsDefault) && _coreReader is XsdCachingReader)