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