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