1 instantiation of InstrumentationState
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LocalRewriter.cs (1)
99
var instrumentationState = new
InstrumentationState
();
5 references to InstrumentationState
Microsoft.CodeAnalysis.CSharp (5)
Lowering\LocalRewriter\LocalRewriter.cs (2)
99
var
instrumentationState = new InstrumentationState();
165
private
InstrumentationState
InstrumentationState
Lowering\SyntheticBoundNodeFactory.cs (3)
46
public
InstrumentationState
? InstrumentationState { get; }
150
public SyntheticBoundNodeFactory(MethodSymbol topLevelMethod, SyntaxNode node, TypeCompilationState compilationState, BindingDiagnosticBag diagnostics,
InstrumentationState
? instrumentationState = null)
161
public SyntheticBoundNodeFactory(MethodSymbol? topLevelMethodOpt, NamedTypeSymbol? currentClassOpt, SyntaxNode node, TypeCompilationState compilationState, BindingDiagnosticBag diagnostics,
InstrumentationState
? instrumentationState = null)