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