Implemented interface members:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
method
ContainsKey
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
8 references to ContainsKey
dotnet-svcutil-lib (1)
Shared\Options\ApplicationOptions.cs (1)
199
var option = this.PropertyBag.
ContainsKey
(optionId) ?
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\GlobalAssemblyCache.cs (1)
160
if (!assembliesWithRuntime.
ContainsKey
(gacAssembly))
Microsoft.Data.Analysis (2)
DataFrameColumns\StringDataFrameColumn.cs (1)
251
if (heapOfValueAndListOfTupleOfSortAndBufferIndex.
ContainsKey
(valueAndBufferSortIndex.Item1))
PrimitiveDataFrameColumn.Sort.cs (1)
92
if (heapOfValueAndListOfTupleOfSortAndBufferIndex.
ContainsKey
(valueAndBufferIndex.Item1))
Microsoft.DotNet.Build.Tasks.Packaging (2)
FilterUnknownPackages.cs (1)
42
isKnownPackage = packageId => index.Packages.
ContainsKey
(packageId);
ValidatePackage.cs (1)
438
var missingModuleNames = moduleNames.Where(m => !index.ModulesToPackages.
ContainsKey
(m));
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
370
return
ContainsKey
((TKey)key);
611
return _dictionary.
ContainsKey
(item);