2 writes to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2073
_currentInterpolatedStringHandlerArgumentContext
= new InterpolatedStringHandlerArgumentsContext(
2097
_currentInterpolatedStringHandlerArgumentContext
= previousInterpolatedStringHandlerContext;
10 references to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (8)
2055
var previousInterpolatedStringHandlerContext =
_currentInterpolatedStringHandlerArgumentContext
;
6813
if (
_currentInterpolatedStringHandlerArgumentContext
?.ApplicableCreationOperations.Contains(operation) == true)
6815
for (int i =
_currentInterpolatedStringHandlerArgumentContext
.StartingStackDepth;
7009
if (
_currentInterpolatedStringHandlerArgumentContext
!= null &&
7010
_currentInterpolatedStringHandlerArgumentContext
.HasReceiver &&
7024
if (
_currentInterpolatedStringHandlerArgumentContext
!= null &&
7042
if (
_currentInterpolatedStringHandlerArgumentContext
.HasReceiver)
7047
int targetStackDepth =
_currentInterpolatedStringHandlerArgumentContext
.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
68
if (
_currentInterpolatedStringHandlerArgumentContext
!= null)
70
Debug.Assert(
_currentInterpolatedStringHandlerArgumentContext
.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));