Implemented interface members:
property
this
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.this[TKey]
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
19 writes to
dotnet-svcutil-lib (2)
Shared\MSBuildProj.cs (1)
980this._resolvedProperties[entry.Key] = entry.Value;
Shared\Options\ApplicationOptions.cs (1)
77this.PropertyBag[option.Name] = option;
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
1399architectureLocations[architectureComponent] = appxLocation.Value;
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.SnapshotManager.cs (1)
217_incrementalSnapshots[node.Syntax.SpanStart] = new Snapshot(currentState.CreateSnapshot(), _currentWalkerSlot);
Microsoft.DotNet.Build.Tasks.Packaging (10)
PackageIndex.cs (8)
167Packages[otherPackage.Key] = info = otherInfo; 179ModulesToPackages[otherModuleToPackage.Key] = otherModuleToPackage.Value; 236Packages[assemblyName] = info = new PackageInfo(); 445AssemblyVersionInPackageVersion[assemblyVersion] = packageVersion; 450AssemblyVersionInPackageVersion[assemblyVersion] = packageVersion; 503inboxVersions[frameworkKey] = mappings = new SortedDictionary<Version, Version>(); 509mappings[normalizedFramework.Version] = assemblyVersion; 541mappings[normalizedFramework.Version] = assemblyVersion;
UpdatePackageIndex.cs (2)
158index.ModulesToPackages[moduleToPackage.ItemSpec] = package; 346index.Packages[id] = info = new PackageInfo();
Microsoft.ML.Tokenizers (1)
Utils\TokenizerExtensions.cs (1)
56dictionary[pair.Value] = pair.Key;
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
324this[tempKey] = (TValue)value!;
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
856dictionary[item.Key] = item.Value;
System.Formats.Tar (2)
System\Formats\Tar\TarHelpers.Unix.cs (2)
78pendingModes[fullPath] = mode.Value; 90pendingModes[fullPath] = mode.Value;
11 references to
dotnet-svcutil-lib (5)
Shared\MSBuildProj.cs (2)
873var outputPath = this._resolvedProperties["OutputPath"]; 895var targetLib = Path.GetFileName(this._resolvedProperties["TargetPath"].Trim('\"'));
Shared\Options\ApplicationOptions.cs (1)
200this.PropertyBag[optionId] :
Shared\TargetFrameworkHelper.cs (2)
76return NetCoreVersionReferenceTable["Current"]; 79return NetCoreVersionReferenceTable["Legacy"];
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
src\Identity\test\Shared\PriorityOrderer.cs (1)
60foreach (var list in sortedMethods.Keys.Select(priority => sortedMethods[priority]))
Microsoft.AspNetCore.Identity.InMemory.Test (1)
src\Identity\test\Shared\PriorityOrderer.cs (1)
60foreach (var list in sortedMethods.Keys.Select(priority => sortedMethods[priority]))
Microsoft.AspNetCore.Identity.Test (1)
src\Identity\test\Shared\PriorityOrderer.cs (1)
60foreach (var list in sortedMethods.Keys.Select(priority => sortedMethods[priority]))
Microsoft.Data.Analysis (2)
DataFrameColumns\StringDataFrameColumn.cs (1)
253heapOfValueAndListOfTupleOfSortAndBufferIndex[valueAndBufferSortIndex.Item1].Add((valueAndBufferSortIndex.Item2, i));
PrimitiveDataFrameColumn.Sort.cs (1)
94heapOfValueAndListOfTupleOfSortAndBufferIndex[valueAndBufferIndex.Item1].Add((valueAndBufferIndex.Item2, i));
Microsoft.ML.Tokenizers (1)
Model\Word.cs (1)
299tokens.Add(new EncodedToken(_symbols[i].C, vocabReverse[_symbols[i].C], new Range(index + offset, index + offset + _symbols[i].Len)));