13 references to Contains
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
783if (editingScopes.Contains(modelEditingScopeImpl)) 851if (editingScopes.Contains(modelEditingScopeImpl))
System.Core (1)
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
75Debug.Assert(_usedTemps == null || !_usedTemps.Contains(temp));
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
783if (editingScopes.Contains(modelEditingScopeImpl)) 851if (editingScopes.Contains(modelEditingScopeImpl))
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
896if (_functionExpansions.Contains(expandingEdmFunction))
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
214if (!this.m_relOpAncestors.Contains(applyAncestor.Child1) && HasOpNotSafeForNullSentinelValueChange(applyAncestor.Child1))
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (2)
879if (!this.nsStack.Contains(nodeName)) 1501if (this.nsStack.Contains(nodeName))
System.Web (1)
UI\WebControls\Wizard.cs (1)
1847if (_historyStack != null && _historyStack.Contains(index)) {
System.Workflow.Activities (3)
Rules\RuleAttributes.cs (2)
357if (!methodStack.Contains(mi)) // Prevent recursion 420if (!methodStack.Contains(mi)) // Prevent recursion
Rules\RuleValidation.cs (1)
1069if (activeParentNodes.Contains(newParent))