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