3 writes to _assignmentLocal
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\Optimizer.cs (3)
872
_assignmentLocal
= node;
926
_assignmentLocal
= null;
1704
_assignmentLocal
= null; // not using this for exceptionSource
2 references to _assignmentLocal
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\Optimizer.cs (2)
868
Debug.Assert(
_assignmentLocal
== null);
925
var assignmentLocal =
_assignmentLocal
;