Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
3 references to Contains
Microsoft.Build (1)
Evaluation\ProjectRootElementCache.cs (1)
484
if (oldStrongCache.
Contains
(kvp.Value))
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (2)
62
return _sourceItfs.
Contains
(itfName);
64
return _itfs.
Contains
(itfName);