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