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;
6999
Debug.Assert(
_currentInterpolatedStringHandlerArgumentContext
!= null);
7000
if (
_currentInterpolatedStringHandlerArgumentContext
.HasReceiver && tryGetArgumentOrReceiver(-1) is IOperation receiverCapture)
7012
Debug.Assert(
_currentInterpolatedStringHandlerArgumentContext
!= null);
7030
if (
_currentInterpolatedStringHandlerArgumentContext
.HasReceiver)
7035
int targetStackDepth =
_currentInterpolatedStringHandlerArgumentContext
.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
63
Debug.Assert(
_currentInterpolatedStringHandlerArgumentContext
!= null);
64
Debug.Assert(
_currentInterpolatedStringHandlerArgumentContext
.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));