Implemented interface members:
13 references to TryGetValue
Microsoft.CodeAnalysis (13)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
512
if (AnalyzerGateMap.
TryGetValue
(analyzer, out var gate))
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1008
if (nodeActionsByKind.
TryGetValue
(getKind(node), out var actionsForKind))
1095
if (operationActionsByKind.
TryGetValue
(operation.Kind, out var actionsForKind))
ImmutableSegmentedDictionary`2.cs (1)
195
return
TryGetValue
(pair.Key, out var value)
RoslynImmutableInterlocked.cs (7)
398
if (map.
TryGetValue
(key, out var value))
418
if (map.
TryGetValue
(key, out var value))
437
if (priorCollection.
TryGetValue
(key, out var oldValue))
471
if (priorCollection.
TryGetValue
(key, out var oldValue))
507
if (priorCollection.
TryGetValue
(key, out var oldValue))
566
if (!priorCollection.
TryGetValue
(key, out var priorValue) || !valueComparer.Equals(priorValue, comparisonValue))
593
if (!priorCollection.
TryGetValue
(key, out value))
SourceGeneration\Nodes\StateTableStore.cs (1)
25
public bool TryGetValue(object key, [NotNullWhen(true)] out IStateTable? table) => _tables.
TryGetValue
(key, out table);
Syntax\SyntaxNodeExtensions_Tracking.cs (1)
226
if (_idToNodeMap.
TryGetValue
(id, out nodes))