12 references to ContainsValue
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
89return importer.KnownContracts.ContainsValue(endpointContext.Endpoint.Contract);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TempDataDictionary.cs (1)
214return _data.ContainsValue(value);
Microsoft.Build.Engine (1)
Engine\ToolsetCollection.cs (1)
278return toolsetMap.ContainsValue(item);
Microsoft.Build.Tasks.UnitTests (2)
GetInstalledSDKLocations_Tests.cs (2)
303Assert.False(sdksAndVersions.ContainsValue("3.0")); 304Assert.False(sdksAndVersions.ContainsValue("4.0"));
PresentationCore (2)
MS\Internal\Ink\Renderer.cs (1)
622_highlighters.ContainsValue(hcVisual))
System\Windows\Media\Knowncolors.cs (1)
204return s_solidColorBrushCache.ContainsValue(scp);
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
57public bool ContainsValue(string? value) => _contents.ContainsValue(value);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
2088bool ICollection<TValue>.Contains(TValue item) => _dictionary.ContainsValue(item);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (1)
514if (!localResourceSets.ContainsValue(rs))
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
2599if (basePrefix != XamlLanguage.PreferredPrefix && !namespaceToPrefixMap.ContainsValue(string.Empty)) 2610while (namespaceToPrefixMap.ContainsValue(prefix))