4 references to IsUnionType
System.Xml (4)
System\Xml\Core\XsdValidatingReader.cs (3)
1186
if ((xmlSchemaInfo.
IsUnionType
|| xmlSchemaInfo.IsDefault) && coreReader is XsdCachingReader) {
2076
if (xmlSchemaInfo.
IsUnionType
&& !xmlSchemaInfo.IsNil) { //If it also union, get the memberType as well
2123
if (cachedReader == null && xmlSchemaInfo.
IsUnionType
&& !xmlSchemaInfo.IsNil) {
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
286
if ((xmlSchemaInfo.
IsUnionType
|| xmlSchemaInfo.IsDefault) && coreReader is XsdCachingReader) {