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