133 implementations of Values
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
220public ICollection<object> Values
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (1)
296public ICollection<StringValues> Values => _innerHeaders.Values;
Http3\Http3ConnectionTests.cs (1)
831public ICollection<StringValues> Values => _innerHeaders.Values;
Microsoft.AspNetCore.Components (1)
src\Http\Http.Abstractions\src\Routing\RouteValueDictionary.cs (1)
338public ICollection<object?> 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.Hosting.Tests (1)
WebHostTests.cs (1)
1414public ICollection<StringValues> Values => null;
Microsoft.AspNetCore.Http (4)
HeaderDictionary.cs (1)
178public ICollection<StringValues> Values
Internal\ItemsDictionary.cs (1)
76ICollection<object?> IDictionary<object, object?>.Values
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
63public ICollection<TValue> Values
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
178public 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\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
DictionaryModelBinderIntegrationTest.cs (2)
1557ICollection<string> IDictionary<string, string>.Values 1662ICollection<TValue> IDictionary<TKey, 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)
186ICollection<object> IDictionary<string, object>.Values
Microsoft.AspNetCore.Razor.Runtime (1)
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
113public ICollection<StringValues> Values
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
110ICollection<StringValues> IDictionary<string, StringValues>.Values
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
113public ICollection<StringValues> Values
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.AspNetCore.Server.Kestrel.Core.Tests (1)
Http1\Http1ConnectionTests.cs (1)
1201public ICollection<StringValues> Values => _innerHeaders.Values;
Microsoft.AspNetCore.Shared.Tests (5)
ClosedGenericMatcherTest.cs (1)
275ICollection<object> IDictionary<string, object>.Values
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
63public ICollection<TValue> Values
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
178public ICollection<TValue> Values
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
113public ICollection<StringValues> Values
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
110ICollection<StringValues> IDictionary<string, StringValues>.Values
Microsoft.Build (9)
Collections\ArrayDictionary.cs (1)
76public ICollection<TValue> Values => values;
Collections\CopyOnWritePropertyDictionary.cs (1)
73ICollection<T> IDictionary<string, T>.Values => ((IDictionary<string, T>)_backing).Values;
Collections\PropertyDictionary.cs (1)
124ICollection<T> IDictionary<string, T>.Values
Collections\ReadOnlyConvertingDictionary.cs (1)
54public ICollection<N> Values
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
221public ICollection<T> Values
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
45public ICollection<T> Values => _values;
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
66public ICollection<ProjectPropertyInstance> Values => _values;
ReadOnlyEmptyDictionary.cs (1)
83public ICollection<V> Values =>
Microsoft.Build.Framework (3)
ImmutableSegmentedDictionary`2.cs (1)
98ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
ImmutableSegmentedDictionary`2+Builder.cs (1)
68ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
SegmentedDictionary`2.cs (1)
175ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Microsoft.Build.Tasks.Core (2)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
ReadOnlyEmptyDictionary.cs (1)
83public ICollection<V> Values =>
Microsoft.Build.Utilities.Core (2)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
ReadOnlyEmptyDictionary.cs (1)
83public ICollection<V> Values =>
Microsoft.CodeAnalysis (5)
InternalUtilities\SpecializedCollections.Empty.Dictionary.cs (1)
61public ICollection<TValue> Values
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
98ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
45ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
238ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Microsoft.CodeAnalysis.CodeStyle (5)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Dictionary.cs (1)
61public ICollection<TValue> Values
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
98ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
45ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
238ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Microsoft.CodeAnalysis.Collections.Package (4)
ImmutableSegmentedDictionary`2.cs (1)
98ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
ImmutableSegmentedDictionary`2+Builder.cs (1)
45ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
SegmentedDictionary`2.cs (1)
238ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Microsoft.CodeAnalysis.Workspaces (5)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Dictionary.cs (1)
61public ICollection<TValue> Values
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
98ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
45ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
238ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Dictionary.cs (1)
61public ICollection<TValue> Values
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
98ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
45ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
66readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
238ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Microsoft.Extensions.AI (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Extensions.AI.Abstractions (2)
AdditionalPropertiesDictionary{TValue}.cs (1)
74public ICollection<TValue> Values => _dictionary.Values;
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Extensions.AI.AzureAIInference (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Extensions.AI.Ollama (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
31ICollection<TValue> IDictionary<TKey, TValue>.Values => Array.Empty<TValue>();
Microsoft.Extensions.AI.OpenAI (1)
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.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;
MSBuild (2)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
ReadOnlyEmptyDictionary.cs (1)
83public ICollection<V> Values =>
MSBuildTaskHost (3)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
Immutable\ImmutableDictionary.cs (1)
42public ICollection<V> Values => _backing.Values;
ReadOnlyEmptyDictionary.cs (1)
83public ICollection<V> Values =>
PresentationCore (4)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
673public ICollection<ushort> Values
System\Windows\Media\CharacterMetricsDictionary.cs (1)
261public ICollection<CharacterMetrics> Values
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
230public ICollection<string> Values
System\Windows\Media\GlyphTypeface.cs (1)
1770public ICollection<double> Values
PresentationFramework (2)
MS\Internal\Annotations\ObservableDictionary.cs (1)
290public ICollection<string> Values
MS\Internal\WeakDictionary.cs (1)
234public 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)
279ICollection<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)
310ICollection<TValue> IDictionary<TKey, TValue>.Values =>
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
195ICollection<TValue> IDictionary<TKey, TValue>.Values
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
224ICollection<TValue> IDictionary<TKey, TValue>.Values
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
102ICollection<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)
116public 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 (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
224ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
51ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
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)
netstandard.cs (1)
1733public System.Collections.Generic.ICollection<object> Values { get { return default; } }
System.Speech (1)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (1)
305System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
180ICollection<JsonNode?> IDictionary<string, JsonNode?>.Values => Dictionary.Values;
System.Xaml (2)
System\Xaml\NameScope.cs (1)
240public ICollection<object> Values
System\Xaml\NameScopeDictionary.cs (1)
329ICollection<object> IDictionary<string, object>.Values
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
3146ICollection<int> IDictionary<string, int>.Values => throw new NotImplementedException(); 3148ICollection<string> IDictionary<int, string>.Values => throw new NotImplementedException();
175 references to 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)
illink (2)
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (1)
296public ICollection<StringValues> Values => _innerHeaders.Values;
Http3\Http3ConnectionTests.cs (1)
831public ICollection<StringValues> Values => _innerHeaders.Values;
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.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
324Assert.DoesNotContain(httpContext.Items.Values, value => value is InvokedRenderModes);
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\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
67return ReadDictionary.Values;
Microsoft.AspNetCore.JsonPatch.Tests (2)
TestObjectModels\DynamicTestObject.cs (1)
17public ICollection<object> Values => ((IDictionary<string, object>)_dictionary).Values;
WriteOnceDynamicTestObject.cs (1)
31public ICollection<object> Values => ((IDictionary<string, object>)_dictionary).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\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
67return ReadDictionary.Values;
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
DictionaryModelBinderIntegrationTest.cs (3)
1189Assert.Equal(expectedDictionary.Values, model.Values); 1561return _data.Values; 1666return _data.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.OpenApi.Tests (47)
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.RequestBody.cs (10)
419foreach (var item in content.Values) 475foreach (var item in content.Values) 522foreach (var item in content.Values) 578foreach (var item in content.Values) 643foreach (var item in content.Values) 711foreach (var item in content.Values) 751foreach (var item in content.Values) 789var item = Assert.Single(content.Values); 831foreach (var item in content.Values) 872var item = Assert.Single(content.Values);
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.Responses.cs (13)
27var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 55var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 79var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 104var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 127var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 157var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 181var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 200var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 228var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 261var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 266var defaultContent = Assert.Single(defaultResponse.Content.Values); 327var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values); 358var operation = Assert.Single(document.Paths["/api/todos"].Operations.Values);
Services\OpenApiGeneratorTests.cs (2)
837var fromFileParam0ContentType = Assert.Single(fromFileParam0.Content.Values); 842var fromFileParam1ContentType = Assert.Single(fromFileParam1.Content.Values);
Transformers\OperationTransformerTests.cs (21)
34var operation = Assert.Single(path.Value.Operations.Values); 40var operation = Assert.Single(path.Value.Operations.Values); 98var operation = Assert.Single(path.Value.Operations.Values); 104var operation = Assert.Single(path.Value.Operations.Values); 152foreach (var operation in pathItem.Operations.Values) 166var operation = Assert.Single(path.Value.Operations.Values); 172var operation = Assert.Single(path.Value.Operations.Values); 199var operation = Assert.Single(path.Value.Operations.Values); 205var operation = Assert.Single(path.Value.Operations.Values); 228var operation = Assert.Single(path.Value.Operations.Values); 234var operation = Assert.Single(path.Value.Operations.Values); 257var operation = Assert.Single(path.Value.Operations.Values); 263var operation = Assert.Single(path.Value.Operations.Values); 290var operation = Assert.Single(path.Value.Operations.Values); 297var operation = Assert.Single(path.Value.Operations.Values); 307var operation = Assert.Single(path.Value.Operations.Values); 313var operation = Assert.Single(path.Value.Operations.Values); 357var operation = Assert.Single(path.Value.Operations.Values); 363var operation = Assert.Single(path.Value.Operations.Values); 388var operation = Assert.Single(path.Value.Operations.Values); 394var operation = Assert.Single(path.Value.Operations.Values);
Transformers\SchemaTransformerTests.cs (1)
169var operation = Assert.Single(document.Paths.Values).Operations.Values.Single();
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\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
67return ReadDictionary.Values;
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
115get { return Store.Values; }
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.HttpSys.FunctionalTests (2)
RequestHeaderTests.cs (2)
189Assert.Equal(requestHeaders.Count, requestHeaders.Values.Count); 216Assert.Equal(requestHeaders.Count, requestHeaders.Values.Count);
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
115get { return Store.Values; }
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
112get { return PropertiesValues().Concat(Extra.Values).ToArray(); }
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Http1\Http1ConnectionTests.cs (1)
1201public ICollection<StringValues> Values => _innerHeaders.Values;
HttpRequestHeadersTests.cs (1)
227headers.Values);
Microsoft.AspNetCore.Shared.Tests (4)
CopyOnWriteDictionaryTest.cs (1)
25.SetupGet(d => d.Values)
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
67return ReadDictionary.Values;
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
115get { return Store.Values; }
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
112get { return PropertiesValues().Concat(Extra.Values).ToArray(); }
Microsoft.Build (30)
BackEnd\BuildManager\GlobalPropertiesLookup.cs (1)
60public IEnumerable<string?> Values => _backingProperties.Values.Select(ExtractEscapedValue);
BackEnd\Components\Caching\ConfigCache.cs (4)
194foreach (var config in _configurations.Values) 286foreach (BuildRequestConfiguration configuration in _configurations.Values) 319return _configurations.Values.GetEnumerator(); 331return _configurations.Values.GetEnumerator();
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
1024foreach (BuildResult result in results.Values) 1034List<BuildResult> resultsList = new List<BuildResult>(results.Values);
Collections\CopyOnWritePropertyDictionary.cs (1)
73ICollection<T> IDictionary<string, T>.Values => ((IDictionary<string, T>)_backing).Values;
Collections\PropertyDictionary.cs (3)
130return _properties.Values; 244return _properties.Values.GetEnumerator(); 255return ((IEnumerable)_properties.Values).GetEnumerator();
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
Definition\Toolset.cs (3)
922int count = _environmentProperties.Count + reservedProperties.Count + Properties.Values.Count + _globalProperties.Count + 1; 934subToolsetProperties = subToolset.Properties.Values; 950propertyBag.ImportProperties(Properties.Values);
Evaluation\Evaluator.cs (2)
1208foreach (ProjectPropertyInstance toolsetProperty in _data.Toolset.Properties.Values) 1234foreach (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\ImmutableItemDictionary.cs (1)
162public bool HasEmptyMarker(string itemType) => _itemsByType.Values.Any(list => list.Count == 0);
Instance\ProjectInstance.cs (4)
1378{ return _itemDefinitions.Values; } 2285foreach (ProjectItemDefinitionInstance itemDefinitionInstance in _itemDefinitions.Values) 2318foreach (ProjectTargetInstance target in Targets.Values) 3436foreach (ProjectItemDefinition definition in itemDefinitions.Values)
Instance\ProjectItemDefinitionInstance.cs (1)
110return new ReadOnlyCollection<ProjectMetadataInstance>(_metadata.Values);
Instance\ProjectItemInstance.cs (2)
1098foreach (var projectMetadataInstance in list.Values) 1112foreach (var projectMetadataInstance in list.Values)
ReadOnlyEmptyDictionary.cs (1)
127get { return (ICollection)((IDictionary<K, V>)this).Values; }
Microsoft.Build.Engine.UnitTests (7)
BackEnd\BuildRequestEngine_Tests.cs (1)
136foreach (BuildResult configResult in results.Values)
BackEnd\SdkResolverService_Tests.cs (2)
411result.ItemsToAdd.Values.Single().ItemSpec.ShouldBe("ItemValueFromSdkResolver"); 412var metadata = result.ItemsToAdd.Values.Single().Metadata;
BackEnd\TaskRegistry_Tests.cs (1)
2174return registryRecords?.Values.Sum(recordList => recordList.Count) ?? 0;
Construction\SolutionProjectGenerator_Tests.cs (1)
1352foreach (ProjectTargetInstance target in instance.Targets.Values)
Definition\Toolset_Tests.cs (2)
122foreach (string key in t.Properties.Values.Select(p => p.Name)) 140foreach (string subToolsetPropertyKey in subToolset1.Properties.Values.Select(p => p.Name))
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TargetTests.cs (1)
1018_props = parameterGroup.Values.ToArray();
Microsoft.Build.Tasks.Core (3)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
ReadOnlyEmptyDictionary.cs (1)
127get { return (ICollection)((IDictionary<K, V>)this).Values; }
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
156_parameters = parameterGroup.Values.ToArray();
Microsoft.Build.Utilities.Core (2)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
ReadOnlyEmptyDictionary.cs (1)
127get { return (ICollection)((IDictionary<K, V>)this).Values; }
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
509.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.CodeAnalysis.UnitTests (5)
Collections\ImmutableDictionaryBuilderTestBase.cs (1)
140CollectionAssertAreEquivalent(new[] { 5, 6 }, builder.Values);
Collections\ImmutableDictionaryTestBase.nonnetstandard.cs (3)
222Assert.Equal(0, map.ToReadOnlyDictionary().Values.Count()); 226Assert.Equal(1, nonEmpty.ToReadOnlyDictionary().Values.Count()); 227KeysOrValuesTestHelper(((IDictionary<TKey, TValue?>)nonEmpty).Values, default(TValue));
Diagnostics\SuppressMessageTargetSymbolResolverTests.cs (1)
1356foreach (var span in spans.Values.First())
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
509.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (1)
Modeler\ServiceClientModelFactory.cs (1)
206var schema = response.Content.Values.Select(t => t.Schema).FirstOrDefault(s => s != null);
Microsoft.DotNet.VersionTools (1)
BuildInfo.cs (1)
211IEnumerable<NuGetVersion> versions = packages.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;
MSBuild (2)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
ReadOnlyEmptyDictionary.cs (1)
127get { return (ICollection)((IDictionary<K, V>)this).Values; }
MSBuildTaskHost (3)
CopyOnWriteDictionary.cs (1)
119public ICollection<V> Values => ((IDictionary<string, V>)_backing).Values;
OutOfProcTaskHostNode.cs (1)
971foreach (TaskParameter param in taskParams.Values)
ReadOnlyEmptyDictionary.cs (1)
127get { return (ICollection)((IDictionary<K, V>)this).Values; }
PresentationCore (2)
MS\Internal\FontCache\FamilyCollection.cs (1)
655IEnumerator<string> familyNames = fontFamily.Names.Values.GetEnumerator();
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
232get { return _innerDictionary.Values; }
PresentationUI (4)
MS\Internal\Documents\DigitalSignatureProvider.cs (1)
468foreach (XpsSignatureDefinition signatureDefinition in signatureDefinitionMap.Values)
MS\Internal\Documents\RMPublishingDialog.cs (3)
59grantDictionary.Values.GetEnumerator(); 85_rmLicenses = new List<RightsManagementLicense>(grantDictionary.Values); 89foreach (RightsManagementLicense license in grantDictionary.Values)
ReachFramework (3)
Serialization\XpsFontSubsetter.cs (3)
190foreach (FEMCacheItem item in _fontEmbeddingManagerCache.Values) 204foreach (FEMCacheItem item in _fontEmbeddingManagerCache.Values) 223foreach (FEMCacheItem item in _fontEmbeddingManagerCache.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)
318((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\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)