2 references to TryGetValue
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\StateTableStore.cs (1)
30
if (
TryGetValue
(input, out var output))
SourceGeneration\SyntaxStore.cs (1)
67
if (compilationIsCached && !_enableTracking && _previous._tables.
TryGetValue
(node, out var previousStateTable))