1 write to _lazyGuardedSynthesizedStatementsMap
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
1461_lazyGuardedSynthesizedStatementsMap = new Dictionary<SyntaxNode, BoundStatement>();
4 references to _lazyGuardedSynthesizedStatementsMap
Microsoft.CodeAnalysis.CSharp (4)
Compilation\MemberSemanticModel.cs (4)
1459if (_lazyGuardedSynthesizedStatementsMap == null) 1464_lazyGuardedSynthesizedStatementsMap.Add(node, statement); 1469if (_lazyGuardedSynthesizedStatementsMap != null && 1470_lazyGuardedSynthesizedStatementsMap.TryGetValue(node, out BoundStatement result))