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