3 writes to _assignmentLocal
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\Optimizer.cs (3)
873
_assignmentLocal
= node;
927
_assignmentLocal
= null;
1705
_assignmentLocal
= null; // not using this for exceptionSource
2 references to _assignmentLocal
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\Optimizer.cs (2)
869
Debug.Assert(
_assignmentLocal
== null);
926
var assignmentLocal =
_assignmentLocal
;