2 writes to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2065
_currentInterpolatedStringHandlerArgumentContext
= new InterpolatedStringHandlerArgumentsContext(
2089
_currentInterpolatedStringHandlerArgumentContext
= previousInterpolatedStringHandlerContext;
10 references to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (8)
2047
var previousInterpolatedStringHandlerContext =
_currentInterpolatedStringHandlerArgumentContext
;
6804
if (
_currentInterpolatedStringHandlerArgumentContext
?.ApplicableCreationOperations.Contains(operation) == true)
6806
for (int i =
_currentInterpolatedStringHandlerArgumentContext
.StartingStackDepth;
7000
if (
_currentInterpolatedStringHandlerArgumentContext
!= null &&
7001
_currentInterpolatedStringHandlerArgumentContext
.HasReceiver &&
7015
if (
_currentInterpolatedStringHandlerArgumentContext
!= null &&
7033
if (
_currentInterpolatedStringHandlerArgumentContext
.HasReceiver)
7038
int targetStackDepth =
_currentInterpolatedStringHandlerArgumentContext
.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
68
if (
_currentInterpolatedStringHandlerArgumentContext
!= null)
70
Debug.Assert(
_currentInterpolatedStringHandlerArgumentContext
.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));