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