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