Implemented interface member:
property
Keys
System.Collections.Generic.IDictionary<TKey, TValue>.Keys
30 references to Keys
Aspire.Dashboard (1)
Components\Controls\SelectResourceOptions.razor.cs (1)
29foreach (var key in values.Keys)
Microsoft.Build (1)
BackEnd\Shared\BuildResult.cs (1)
553foreach (string target in _resultsByTarget?.Keys ?? [])
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticAnalyzerAPIUsageAnalyzer.cs (1)
120foreach (INamedTypeSymbol declaredType in namedTypesToAccessedTypesMap.Keys)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (1)
469ImmutableSortedSet<string> sortedAnalyzerNames = analyzerToDescriptorLocationsMap.Keys.ToImmutableSortedSet();
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\AbstractSimplificationService.cs (2)
127nodes: reducedNodesMap.Keys, 129tokens: reducedTokensMap.Keys,
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceAssemblySymbol.cs (4)
2104foreach (var otherAssembly in haveGrantedAssemblies.Keys) 2135return (result != null) ? result.Keys : SpecializedCollections.EmptyEnumerable<ImmutableArray<byte>>(); 2145return _lazyInternalsVisibleToMap.Keys; 2690foreach (FieldSymbol field in _unassignedFieldsMap.Keys) // Not mutating, so no snapshot required.
Microsoft.CodeAnalysis.Features (2)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
162foreach (var docId in _documentToLastReportedInformation.Keys)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
79_clearedProjectIds.AddRange(_analyzedProjectToDiagnostics.Keys);
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceAssemblySymbol.vb (3)
884For Each otherAssembly In haveGrantedAssemblies.Keys 919Return If(result IsNot Nothing, result.Keys, SpecializedCollections.EmptyEnumerable(Of ImmutableArray(Of Byte))()) 929Return _lazyInternalsVisibleToMap.Keys
Microsoft.CodeAnalysis.Workspaces (4)
CaseCorrection\AbstractCaseCorrectionService.cs (1)
58return root.ReplaceTokens(replacements.Keys, (oldToken, _) => replacements[oldToken]);
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
139var removedProjectIds = _projectIdToInfo.Keys.Except(solution.ProjectIds).ToArray();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\AbstractSimplificationService.cs (2)
127nodes: reducedNodesMap.Keys, 129tokens: reducedTokensMap.Keys,
Microsoft.Extensions.AI.Tests (1)
TestInMemoryCacheStorage.cs (1)
16public ICollection<string> Keys => _storage.Keys;
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
327foreach (string path in _filePathTokenLookup.Keys)
Microsoft.ML.FastTree (1)
Utils\BufferPoolManager.cs (1)
128foreach (var type in _bufferPools.Keys)
Microsoft.VisualStudio.LanguageServices (1)
Packaging\PackageInstallerServiceFactory.cs (1)
531projectsToProcess.AddRange(_projectToInstalledPackageAndVersion.Keys);
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1598/// <inheritdoc cref="Keys"/>
System.Data.Common (1)
System\Data\Common\DbProviderFactories.cs (1)
107return _registeredFactories.Keys.ToList();
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
853foreach (WeakRefKey weakRefKey in _xmlnsInfoForDynamicAssemblies.Keys)
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\E2ETesting\BrowserFixture.cs (1)
86foreach (var context in _browsers.Keys)
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\E2ETesting\BrowserFixture.cs (1)
86foreach (var context in _browsers.Keys)
Templates.Mvc.Tests (1)
src\Shared\E2ETesting\BrowserFixture.cs (1)
86foreach (var context in _browsers.Keys)
Templates.Tests (1)
src\Shared\E2ETesting\BrowserFixture.cs (1)
86foreach (var context in _browsers.Keys)