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
,
275
_scope
.Open(_factory.SynthesizedLocal(_contextType, original.Syntax, kind: SynthesizedLocalKind.LocalStoreTracker));
310
prologueBuilder.Add(_factory.ExpressionStatement(_factory.Call(receiver: _factory.Local(
_scope
.ContextVariable), parameterLogger,
340
_factory.Assignment(_factory.Local(
_scope
.ContextVariable), _factory.Call(receiver: null, entryLogger, entryArgs)) : _factory.NoOp(NoOpStatementFlavor.Default);
344
_factory.ExpressionStatement(_factory.Call(receiver: _factory.Local(
_scope
.ContextVariable), returnLogger)) : _factory.NoOp(NoOpStatementFlavor.Default);
351
_scope
.ContextVariable,
355
_scope
.Close(isMethodBody);
405
receiver: _factory.Local(
_scope
.ContextVariable),
535
receiver: _factory.Local(
_scope
.ContextVariable),
598
receiver: _factory.Local(
_scope
.ContextVariable),