6 references to Exists
mscorlib (2)
system\diagnostics\contracts\contracts.cs (2)
710
/// <seealso cref="System.Collections.Generic.List<T>.
Exists
"/>
740
/// <seealso cref="System.Collections.Generic.List<T>.
Exists
"/>
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
404
if (paramList.
Exists
((DbVariableReferenceExpression arg) =>
System\Data\Common\EntitySql\TypeResolver.cs (1)
286
if (overloads.
Exists
(overload =>
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
710
if (!OtherContent.
Exists
(mp => mp.Identity == property.Identity))
WindowsBase (1)
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
1018
if (ids.
Exists
(new StringMatchPredicate(obj.Id).Match))