2 references to Union
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1942XmlSchemaAnyAttribute? attribute = XmlSchemaAnyAttribute.Union(a, b, true); //true for v1Compat
System\Xml\Schema\SchemaSetCompiler.cs (1)
2381XmlSchemaAnyAttribute? attribute = XmlSchemaAnyAttribute.Union(a, b, false); //false is for v1Compatd