138 implementations of Values
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
220public ICollection<object> Values
GenerateDocumentationAndConfigFiles (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.AspNetCore.Components (1)
src\aspnetcore\src\Http\Http.Abstractions\src\Routing\RouteValueDictionary.cs (1)
338public ICollection<object?> Values
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempData.cs (1)
117ICollection<object?> IDictionary<string, object?>.Values => Data.Values;
Microsoft.AspNetCore.Connections.Abstractions (1)
ConnectionItems.cs (1)
79ICollection<object?> IDictionary<object, object?>.Values
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.AspNetCore.Http (4)
HeaderDictionary.cs (1)
178public ICollection<StringValues> Values
Internal\ItemsDictionary.cs (1)
76ICollection<object?> IDictionary<object, object?>.Values
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
63public ICollection<TValue> Values
src\aspnetcore\src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
177public ICollection<TValue> Values
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
338public ICollection<object?> Values
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ValidationStateDictionary.cs (1)
64public ICollection<ValidationStateEntry> Values => ((IDictionary<object, ValidationStateEntry>)_inner).Values;
Microsoft.AspNetCore.Mvc.Core (1)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
AttributeDictionary.cs (1)
66public ICollection<string?> Values => new ValueCollection(this);
TempDataDictionary.cs (1)
65public ICollection<object?> Values
ViewDataDictionary.cs (1)
338public ICollection<object?> Values
Microsoft.AspNetCore.Owin (3)
DictionaryStringArrayWrapper.cs (1)
38ICollection<string[]> IDictionary<string, string[]>.Values => Inner.Values.Select(Convert).ToList();
DictionaryStringValuesWrapper.cs (1)
83ICollection<StringValues> IDictionary<string, StringValues>.Values => Inner.Values.Select(Convert).ToList();
OwinEnvironment.cs (1)
108ICollection<object> IDictionary<string, object>.Values
Microsoft.AspNetCore.Razor.Runtime (1)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.AspNetCore.Server.HttpSys (2)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
113public ICollection<StringValues> Values
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
110ICollection<StringValues> IDictionary<string, StringValues>.Values
Microsoft.AspNetCore.Server.IIS (2)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
113public ICollection<StringValues> Values
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
110ICollection<StringValues> IDictionary<string, StringValues>.Values
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.cs (1)
121ICollection<StringValues> IDictionary<string, StringValues>.Values => ((IDictionary<string, StringValues>)this).Select(pair => pair.Value).ToList();
Microsoft.Build (12)
Collections\ArrayDictionary.cs (1)
76public ICollection<TValue> Values => values;
Collections\CopyOnWritePropertyDictionary.cs (1)
72ICollection<T> IDictionary<string, T>.Values => ((IDictionary<string, T>)_backing).Values;
Collections\PropertyDictionary.cs (1)
121ICollection<T> IDictionary<string, T>.Values
Collections\ReadOnlyConvertingDictionary.cs (1)
54public ICollection<N> Values
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
218public ICollection<T> Values
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
45public ICollection<T> Values => _values;
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
64public ICollection<ProjectPropertyInstance> Values => _values;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.Build.Framework (2)
Collections\CopyOnWriteDictionary.cs (1)
114public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
Collections\ReadOnlyEmptyDictionary.cs (1)
77public ICollection<V> Values => Array.Empty<V>();
Microsoft.CodeAnalysis (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Analyzers (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.AnalyzerUtilities (6)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DictionaryAnalysisData.cs (1)
62public ICollection<TValue> Values =>
Microsoft.CodeAnalysis.CodeStyle (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Extensions.Package (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DictionaryAnalysisData.cs (1)
61public ICollection<TValue> Values =>
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Workspaces (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.Extensions.AI (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Extensions.AI.Abstractions (3)
AdditionalPropertiesDictionary{TValue}.cs (1)
71public ICollection<TValue> Values => _dictionary.Values;
Functions\AIFunctionArguments.cs (1)
108public ICollection<object?> Values => _arguments.Values;
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Extensions.Configuration (1)
ConfigurationManager.cs (1)
285public ICollection<object> Values => _properties.Values;
Microsoft.Extensions.Http.Diagnostics (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Gen.BuildMetadata.Unit.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Gen.Logging.Unit.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Gen.Metrics.Unit.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Gen.MetricsReports.Unit.Tests (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Interop.SourceGeneration (1)
ValueEqualityImmutableDictionary.cs (1)
48public ICollection<U> Values => ((IDictionary<T, U>)Map).Values;
Microsoft.Maui.Controls (3)
OrderedDictionary.cs (1)
234 public ICollection<TValue> Values
ResourceDictionary.cs (1)
261 public ICollection<object> Values
Shell\ShellNavigationQueryParameters.cs (1)
53 public ICollection<object> Values => _internal.Values;
Microsoft.ML.Core (1)
Utilities\Tree.cs (1)
74public ICollection<Tree<TKey, TValue>> Values { get { return _children.Values; } }
Microsoft.ML.SearchSpace (3)
Option\NestOption.cs (1)
83public ICollection<OptionBase> Values => ((IDictionary<string, OptionBase>)_options).Values;
Parameter.cs (1)
250ICollection<Parameter> IDictionary<string, Parameter>.Values
SearchSpace.cs (1)
86public ICollection<OptionBase> Values => ((IDictionary<string, OptionBase>)_options).Values;
Microsoft.ML.TorchSharp (1)
Utils\DefaultDictionary.cs (1)
106public ICollection<TValue> Values => _dictionary.Values;
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
66public ICollection<object> Values => Keys.Select(x => this[x]).ToList();
PresentationCore (4)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
672public ICollection<ushort> Values
System\Windows\Media\CharacterMetricsDictionary.cs (1)
260public ICollection<CharacterMetrics> Values
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
229public ICollection<string> Values
System\Windows\Media\GlyphTypeface.cs (1)
1769public ICollection<double> Values
PresentationFramework (2)
MS\Internal\Annotations\ObservableDictionary.cs (1)
289public ICollection<string> Values
MS\Internal\WeakDictionary.cs (1)
233public ICollection<TValue> Values
Roslyn.Diagnostics.Analyzers (5)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Shared (1)
EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
273ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
System\Collections\Generic\SortedDictionary.cs (1)
173ICollection<TValue> IDictionary<TKey, TValue>.Values
System\Collections\Generic\SortedList.cs (1)
337ICollection<TValue> IDictionary<TKey, TValue>.Values
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
356ICollection<TValue> IDictionary<TKey, TValue>.Values =>
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
191ICollection<TValue> IDictionary<TKey, TValue>.Values
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
226ICollection<TValue> IDictionary<TKey, TValue>.Values
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
98ICollection<TValue> IDictionary<TKey, TValue>.Values
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
152ICollection<TValue> IDictionary<TKey, TValue>.Values
System.Composition.Hosting (1)
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
58public ICollection<object> Values
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivityTagsCollection.cs (1)
110public ICollection<object?> Values
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
30public ICollection<string?> Values => _contents.Values;
System.Linq.Expressions (1)
System\Dynamic\ExpandoObject.cs (1)
619ICollection<object?> IDictionary<string, object?>.Values => new ValueCollection(this);
System.Net.Http (1)
System\Net\Http\HttpRequestOptions.cs (1)
34ICollection<object?> IDictionary<string, object?>.Values => Options.Values;
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1580public ICollection<TValue> Values => GetValues();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
224ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
51ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (1)
26public ICollection<object?> Values => m_values;
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (1)
49public ICollection<CoseHeaderValue> Values => _headerParameters.Values;
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\MessageProperties.cs (1)
259public ICollection<object> Values
System.Speech (1)
Result\SemanticValue.cs (1)
155ICollection<SemanticValue> IDictionary<string, SemanticValue>.Values
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
211ICollection<JsonNode?> IDictionary<string, JsonNode?>.Values => Dictionary.Values;
System.Xaml (2)
System\Xaml\NameScope.cs (1)
239public ICollection<object> Values
System\Xaml\NameScopeDictionary.cs (1)
328ICollection<object> IDictionary<string, object>.Values
159 references to Values
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
189return GetResourceName(resource, allResources.Values);
Aspire.Dashboard (4)
Model\ExportHelpers.cs (1)
63var json = TelemetryExportService.ConvertResourceToJson(resource, resourceByName.Values.ToList());
Model\ResourceGraph\ResourceGraphMapper.cs (1)
24var matches = resourcesByName.Values
Model\ResourceViewModel.cs (2)
159return GetResourceName(resource, allResources.Values); 189var resourcesWithDisplayName = resourceByName.Values.Where(r => string.Equals(resourceName, r.DisplayName, StringComparisons.ResourceName)).ToList();
Aspire.Hosting (1)
Ats\CollectionExports.cs (1)
100=> [.. dict.Values];
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
818foreach (var envVar in envVars.Values)
crossgen2 (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
251values = ((IDictionary<string, string>)val).Values; 306values = ((IDictionary<string, string>)val).Values;
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
273foreach (string ns in _nsManager.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml).Values)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
620foreach (SupportingTokenParameters r in binding.OperationSupportingTokenParameters.Values)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (4)
380foreach (SupportingTokenParameters t in this.OperationSupportingTokenParameters.Values) 382foreach (SupportingTokenParameters t in this.OptionalOperationSupportingTokenParameters.Values) 396foreach (SupportingTokenParameters t in this.OperationSupportingTokenParameters.Values) 401foreach (SupportingTokenParameters t in this.OptionalOperationSupportingTokenParameters.Values)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1336foreach (SupportingTokenParameters r in security.OperationSupportingTokenParameters.Values) 1343foreach (SupportingTokenParameters r in security.OptionalOperationSupportingTokenParameters.Values)
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
529.Except(parameterToExistingFieldMap?.Values ?? [])
ilc (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
251values = ((IDictionary<string, string>)val).Values; 306values = ((IDictionary<string, string>)val).Values;
illink (2)
Microsoft.Analyzers.Local (2)
ApiLifecycle\Json\JsonObject.cs (2)
127public bool Contains(JsonValue value) => _properties.Values.Contains(value); 139IEnumerator<JsonValue> IEnumerable<JsonValue>.GetEnumerator() => _properties.Values.GetEnumerator();
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationSchemeProvider.cs (2)
155_schemesCopy = _schemes.Values.ToArray(); 200_schemesCopy = _schemes.Values.ToArray();
Microsoft.AspNetCore.Connections.Abstractions (1)
ConnectionItems.cs (1)
81get { return Items.Values; }
Microsoft.AspNetCore.Http (3)
Internal\ItemsDictionary.cs (2)
82return EmptyDictionary.Dictionary.Values; 85return _items.Values;
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
67return ReadDictionary.Values;
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ValidationStateDictionary.cs (1)
64public ICollection<ValidationStateEntry> Values => ((IDictionary<object, ValidationStateEntry>)_inner).Values;
Microsoft.AspNetCore.Mvc.Core (1)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
67return ReadDictionary.Values;
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
BsonTempDataSerializer.cs (1)
128foreach (var item in values.Values)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewDataDictionary.cs (1)
340get { return _data.Values; }
Microsoft.AspNetCore.Owin (2)
DictionaryStringArrayWrapper.cs (1)
38ICollection<string[]> IDictionary<string, string[]>.Values => Inner.Values.Select(Convert).ToList();
DictionaryStringValuesWrapper.cs (1)
83ICollection<StringValues> IDictionary<string, StringValues>.Values => Inner.Values.Select(Convert).ToList();
Microsoft.AspNetCore.Razor.Runtime (1)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
67return ReadDictionary.Values;
Microsoft.AspNetCore.Server.HttpSys (7)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
115get { return Store.Values; }
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
112get { return PropertiesValues().Concat(Extra.Values).ToArray(); }
UrlPrefixCollection.cs (5)
90foreach (var prefix in _prefixes.Values) 126return _prefixes.Values.Contains(item); 135_prefixes.Values.CopyTo(array, arrayIndex); 175return _prefixes.Values.GetEnumerator(); 255foreach (var prefix in _prefixes.Values)
Microsoft.AspNetCore.Server.IIS (2)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
115get { return Store.Values; }
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
112get { return PropertiesValues().Concat(Extra.Values).ToArray(); }
Microsoft.Build (23)
BackEnd\BuildManager\GlobalPropertiesLookup.cs (1)
57public IEnumerable<string?> Values => _backingProperties.Values.Select(ExtractEscapedValue);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1046foreach (BuildResult result in results.Values) 1056BuildResult[] resultsArray = results.Values.ToArray(); 1381foreach (TaskRegistry.RegisteredTaskRecord registeredTaskRecord in taskRegistry.TaskRegistrations.Values.SelectMany(record => record))
Collections\CopyOnWritePropertyDictionary.cs (1)
72ICollection<T> IDictionary<string, T>.Values => ((IDictionary<string, T>)_backing).Values;
Collections\PropertyDictionary.cs (4)
127return _properties.Values; 258foreach (T item in _properties.Values) 298foreach (T leftProp in _properties.Values) 568foreach (T property in _properties.Values)
Definition\Toolset.cs (3)
820int count = _environmentProperties.Count + reservedProperties.Count + Properties.Values.Count + _globalProperties.Count + 1; 832subToolsetProperties = subToolset.Properties.Values; 848propertyBag.ImportProperties(Properties.Values);
Evaluation\Evaluator.cs (2)
1267foreach (ProjectPropertyInstance toolsetProperty in _data.Toolset.Properties.Values) 1293foreach (ProjectPropertyInstance subToolsetProperty in subToolset.Properties.Values)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (4)
155foreach (var item in _projectElements.Values) 171foreach (var item in _projectElements.Values) 181foreach (var item in _projectElements.Values) 200foreach (var item in _projectElements.Values)
Instance\ImmutableProjectCollections\ImmutableProjectMetadataCollectionConverter.cs (1)
44public IEnumerable<string> Values => _properties.Values.Select(m => m.EvaluatedValueEscaped);
Instance\ProjectInstance.cs (4)
1529{ return _itemDefinitions.Values; } 2440foreach (ProjectItemDefinitionInstance itemDefinitionInstance in _itemDefinitions.Values) 2475foreach (ProjectTargetInstance target in Targets.Values) 3611foreach (ProjectItemDefinition definition in itemDefinitions.Values)
Microsoft.Build.Framework (2)
Collections\CopyOnWriteDictionary.cs (1)
114public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
Collections\ReadOnlyEmptyDictionary.cs (1)
116get { return (ICollection)((IDictionary<K, V>)this).Values; }
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
189_parameters = parameterGroup.Values.ToArray();
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
529.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
529.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
529.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.Extensions.AI.Abstractions.Tests (2)
Functions\AIFunctionArgumentsTests.cs (2)
126Assert.Equal(new[] { "value1", "value2" }, args.Values); 169Assert.Equal(["value1", "value2"], args.Values);
Microsoft.Extensions.AI.Evaluation (9)
CompositeEvaluator.cs (1)
119metrics.AddRange(result.Metrics.Values);
EvaluationResultExtensions.cs (8)
30foreach (EvaluationMetric metric in result.Metrics.Values) 59foreach (EvaluationMetric metric in result.Metrics.Values) 97return result.Metrics.Values.Any(m => m.ContainsDiagnostics(predicate)); 118foreach (EvaluationMetric metric in result.Metrics.Values) 140foreach (EvaluationMetric metric in result.Metrics.Values) 160foreach (EvaluationMetric metric in result.Metrics.Values) 186foreach (EvaluationMetric metric in result.Metrics.Values) 206foreach (EvaluationMetric metric in result.Metrics.Values)
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
191ICollection<EvaluationMetric> metrics = result.EvaluationResult.Metrics.Values;
Microsoft.Extensions.AI.Evaluation.Integration.Tests (25)
AgentQualityEvaluatorTests.cs (5)
100string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 133string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 155result.Metrics.Values.All(m => m.ContainsDiagnostics(d => d.Severity is EvaluationDiagnosticSeverity.Error)), 156string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 196string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString())));
NLPEvaluatorTests.cs (5)
62string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 89string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 115string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 135result.Metrics.Values.All(m => m.ContainsDiagnostics(d => d.Severity is EvaluationDiagnosticSeverity.Error)), 136string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString())));
QualityEvaluatorTests.cs (4)
99string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 140string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 176result.Metrics.Values.All(m => m.ContainsDiagnostics(d => d.Severity is EvaluationDiagnosticSeverity.Error)), 177string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString())));
ResultsTests.cs (2)
171Assert.True(result.Metrics.Values.All(m => m.Interpretation is null)); 358Assert.True(result.Metrics.Values.All(m => m.Interpretation is null));
SafetyEvaluatorTests.cs (9)
214string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 305string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 350string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 386string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 435string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 497string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 532string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 573string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 607string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString())));
Microsoft.Extensions.AI.Evaluation.NLP.Tests (17)
BLEUEvaluatorTests.cs (6)
21var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 37var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 52var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 72var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 92var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 105var metric = Assert.Single(result.Metrics.Values) as NumericMetric;
F1EvaluatorTests.cs (5)
21var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 37var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 52var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 72var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 85var metric = Assert.Single(result.Metrics.Values) as NumericMetric;
GLEUEvaluatorTests.cs (6)
21var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 37var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 52var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 72var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 92var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 105var metric = Assert.Single(result.Metrics.Values) as NumericMetric;
Microsoft.Extensions.AI.Evaluation.Safety (3)
ContentSafetyEvaluator.cs (2)
33public IReadOnlyCollection<string> EvaluationMetricNames { get; } = [.. metricNames.Values]; 152foreach (EvaluationMetric metric in result.Metrics.Values)
ProtectedMaterialEvaluator.cs (1)
102foreach (EvaluationMetric imageMetric in imageResult.Metrics.Values)
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
332foreach (var childrenWithSameSiblingName in element.ChildrenBySiblingName.Values)
Microsoft.Interop.SourceGeneration (1)
ValueEqualityImmutableDictionary.cs (1)
48public ICollection<U> Values => ((IDictionary<T, U>)Map).Values;
Microsoft.ML.SearchSpace (3)
Option\NestOption.cs (1)
83public ICollection<OptionBase> Values => ((IDictionary<string, OptionBase>)_options).Values;
Parameter.cs (1)
255return (_value as IDictionary<string, Parameter>).Values;
SearchSpace.cs (1)
86public ICollection<OptionBase> Values => ((IDictionary<string, OptionBase>)_options).Values;
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ApplyCompressionNegotiation.cs (1)
199foreach (var endpointsList in endpointsByAsset.Values)
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
30if (values.Values.Any(o => o is null))
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
275foreach (var inProcDc in InProcDataCollectors.Values)
TestEngine.cs (1)
291var uniqueRunConfigurations = sourceToSourceDetailMap.Values.GroupBy(k => $"{k.Framework}|{k.Architecture}|{_testHostProviderManager.GetSourceAwareRuntimeProviderType(runSettings, k.Source!)?.AssemblyQualifiedName ?? string.Empty}");
Mono.Cecil (1)
Mono.Cecil\DefaultAssemblyResolver.cs (1)
53 foreach (var assembly in cache.Values)
PresentationCore (2)
MS\Internal\FontCache\FamilyCollection.cs (1)
655IEnumerator<string> familyNames = fontFamily.Names.Values.GetEnumerator();
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
231get { return _innerDictionary.Values; }
PresentationUI (4)
MS\Internal\Documents\DigitalSignatureProvider.cs (1)
467foreach (XpsSignatureDefinition signatureDefinition in signatureDefinitionMap.Values)
MS\Internal\Documents\RMPublishingDialog.cs (3)
58grantDictionary.Values.GetEnumerator(); 84_rmLicenses = new List<RightsManagementLicense>(grantDictionary.Values); 88foreach (RightsManagementLicense license in grantDictionary.Values)
ReachFramework (3)
Serialization\XpsFontSubsetter.cs (3)
189foreach (FEMCacheItem item in _fontEmbeddingManagerCache.Values) 203foreach (FEMCacheItem item in _fontEmbeddingManagerCache.Values) 222foreach (FEMCacheItem item in _fontEmbeddingManagerCache.Values)
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
529.Except(parameterToExistingFieldMap?.Values ?? [])
Shared.Tests (1)
EmptyCollections\EmptyReadonlyDictionaryTests.cs (1)
43Assert.Empty(dict.Values);
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
157dictionary.Values.CopyTo(values, 0);
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenDictionary.cs (1)
364((IDictionary<TKey, TValue>)this).Values;
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (1)
10/// A thin wrapper around the <see cref="IDictionary{TKey, TValue}.Keys"/> or <see cref="IDictionary{TKey, TValue}.Values"/> enumerators so they look like a collection.
System.Composition.Hosting (1)
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
60get { return ActualMetadata.Values; }
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
40public ValueCollection Values => _values ??= new ValueCollection(m_dictionary.Values);
System.Private.Xml (1)
System\Xml\Schema\XsdValidator.cs (1)
268foreach (string ns in _nsManager.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml).Values)