Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
4 references to Contains
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (4)
201
if (node.NodeType != QilNodeType.Let || !this.qil.GlobalVariableList.
Contains
(node))
3894
return this.qil.GlobalVariableList.
Contains
(iter);
3902
return this.qil.GlobalVariableList.
Contains
(nd);
3905
return this.qil.GlobalParameterList.
Contains
(nd);