1 write to InstrumentationState
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SyntheticBoundNodeFactory.cs (1)
173
this.
InstrumentationState
= instrumentationState;
4 references to InstrumentationState
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.cs (2)
59
Debug.Assert(factory.
InstrumentationState
!= null);
166
=> _factory.
InstrumentationState
!;
Lowering\SyntheticBoundNodeFactory.cs (2)
451
return (
InstrumentationState
?.IsSuppressed == false && left is BoundLocal { LocalSymbol.SynthesizedKind: SynthesizedLocalKind.UserDefined } or BoundParameter) ?
452
InstrumentationState
.Instrumenter.InstrumentUserDefinedLocalAssignment(assignment) :