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