193 implementations of Values
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
220public ICollection<object> Values
GenerateDocumentationAndConfigFiles (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (1)
296public ICollection<StringValues> Values => _innerHeaders.Values;
Http3\Http3ConnectionTests.cs (1)
860public ICollection<StringValues> Values => _innerHeaders.Values;
Metrics (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Metrics.Legacy (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> 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)
108ICollection<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.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.CodeAnalysis (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Analyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.AnalyzerUtilities (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DictionaryAnalysisData.cs (1)
62public ICollection<TValue> Values =>
Microsoft.CodeAnalysis.BannedApiAnalyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.CodeStyle (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Collections.Package (5)
Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Extensions.Package (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.InteractiveHost (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Threading.Package (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Workspaces (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
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)
74public ICollection<TValue> Values => _dictionary.Values;
Functions\AIFunctionArguments.cs (1)
114public ICollection<object?> Values => _arguments.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;
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\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
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)
278ICollection<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.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1580public ICollection<TValue> Values => GetValues();
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
355ICollection<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)
226ICollection<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)
110public ICollection<object?> Values
System.Linq.Expressions (1)
System\Dynamic\ExpandoObject.cs (1)
619ICollection<object?> IDictionary<string, object?>.Values => new ValueCollection(this);
System.Net.Http (1)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (1)
311System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<string, object?>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
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)
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
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();
Test.Utilities (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
Text.Analyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
100ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
47ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
68readonly ICollection<TValue> IDictionary<TKey, TValue>.Values => throw new NotSupportedException();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
240ICollection<TValue> IDictionary<TKey, TValue>.Values => Values;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
63public ICollection<TValue> Values
162 references to Values
Aspire.Dashboard (3)
Model\ResourceGraph\ResourceGraphMapper.cs (1)
25var matches = resourcesByName.Values
Model\ResourceViewModel.cs (2)
112return GetResourceName(resource, allResources.Values); 147var resourcesWithDisplayName = resourceByName.Values.Where(r => string.Equals(resourceName, r.DisplayName, StringComparisons.ResourceName)).ToList();
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\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
504.Except(parameterToExistingFieldMap?.Values ?? [])
illink (2)
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (1)
296public ICollection<StringValues> Values => _innerHeaders.Values;
Http3\Http3ConnectionTests.cs (1)
860public 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)
420Assert.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.SystemTextJson.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.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 (16)
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.RequestBody.cs (13)
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); 931foreach (var item in content.Values) 962foreach (var item in content.Values) 1026foreach (var item in content.Values)
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.Responses.cs (1)
265var defaultContent = Assert.Single(defaultResponse.Content.Values);
Services\OpenApiGeneratorTests.cs (2)
836var fromFileParam0ContentType = Assert.Single(fromFileParam0.Content!.Values); 841var fromFileParam1ContentType = Assert.Single(fromFileParam1.Content!.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\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.Tasks.CodeAnalysis.UnitTests (1)
TargetTests.cs (1)
1018_props = parameterGroup.Values.ToArray();
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
504.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
504.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
504.Except(parameterToExistingFieldMap?.Values ?? [])
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
504.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)
504.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.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 (8)
CompositeEvaluator.cs (1)
121metrics.AddRange(result.Metrics.Values);
EvaluationResultExtensions.cs (7)
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) 185foreach (EvaluationMetric metric in result.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)
65string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 92string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 118string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 138result.Metrics.Values.All(m => m.ContainsDiagnostics(d => d.Severity is EvaluationDiagnosticSeverity.Error)), 139string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString())));
QualityEvaluatorTests.cs (4)
102string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 141string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 177result.Metrics.Values.All(m => m.ContainsDiagnostics(d => d.Severity is EvaluationDiagnosticSeverity.Error)), 178string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString())));
ResultsTests.cs (2)
173Assert.True(result.Metrics.Values.All(m => m.Interpretation is null)); 360Assert.True(result.Metrics.Values.All(m => m.Interpretation is null));
SafetyEvaluatorTests.cs (9)
164string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 239string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 284string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 320string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 369string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 431string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 466string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 507string.Join("\r\n\r\n", result.Metrics.Values.SelectMany(m => m.Diagnostics ?? []).Select(d => d.ToString()))); 541string.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)
22var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 38var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 53var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 73var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 93var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 106var metric = Assert.Single(result.Metrics.Values) as NumericMetric;
F1EvaluatorTests.cs (5)
22var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 38var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 53var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 73var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 86var metric = Assert.Single(result.Metrics.Values) as NumericMetric;
GLEUEvaluatorTests.cs (6)
22var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 38var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 53var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 73var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 93var metric = Assert.Single(result.Metrics.Values) as NumericMetric; 106var metric = Assert.Single(result.Metrics.Values) as NumericMetric;
Microsoft.Extensions.AI.Evaluation.Safety (3)
ContentSafetyEvaluator.cs (2)
40public IReadOnlyCollection<string> EvaluationMetricNames { get; } = [.. metricNames.Values]; 161foreach (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;
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\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
504.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)
363((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)
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
504.Except(parameterToExistingFieldMap?.Values ?? [])