1 write to _scope
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
138
_scope
= scope;
10 references to _scope
Microsoft.CodeAnalysis.CSharp (10)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (10)
146
_scope
,
280
_scope
.Open(_factory.SynthesizedLocal(_contextType, original.Syntax, kind: SynthesizedLocalKind.LocalStoreTracker));
315
prologueBuilder.Add(_factory.ExpressionStatement(_factory.Call(receiver: _factory.Local(
_scope
.ContextVariable), parameterLogger,
345
_factory.Assignment(_factory.Local(
_scope
.ContextVariable), _factory.Call(receiver: null, entryLogger, entryArgs)) : _factory.NoOp(NoOpStatementFlavor.Default);
349
_factory.ExpressionStatement(_factory.Call(receiver: _factory.Local(
_scope
.ContextVariable), returnLogger)) : _factory.NoOp(NoOpStatementFlavor.Default);
351
instrumentation = _factory.CombineInstrumentation(instrumentation,
_scope
.ContextVariable, instrumentationPrologue, instrumentationEpilogue);
353
_scope
.Close(isMethodBody);
403
receiver: _factory.Local(
_scope
.ContextVariable),
533
receiver: _factory.Local(
_scope
.ContextVariable),
596
receiver: _factory.Local(
_scope
.ContextVariable),