2 references to Intersection
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1618XmlSchemaAnyAttribute attribute = XmlSchemaAnyAttribute.Intersection(a, b, true); //true for v1Compat
System\Xml\Schema\SchemaSetCompiler.cs (1)
1954XmlSchemaAnyAttribute attribute = XmlSchemaAnyAttribute.Intersection(a, b, false); //false is for v1Compat