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)
1459
if (
_lazyGuardedSynthesizedStatementsMap
== null)
1464
_lazyGuardedSynthesizedStatementsMap
.Add(node, statement);
1469
if (
_lazyGuardedSynthesizedStatementsMap
!= null &&
1470
_lazyGuardedSynthesizedStatementsMap
.TryGetValue(node, out BoundStatement result))