4 references to NoOp
Microsoft.CodeAnalysis.CSharp (4)
Lowering\Instrumentation\DebugInfoInjector.cs (2)
27
private static readonly DebugInfoInjector s_singleton = new DebugInfoInjector(
NoOp
);
35
=> (previous ==
NoOp
) ? s_singleton : new DebugInfoInjector(previous);
Lowering\Instrumentation\InstrumentationState.cs (1)
20
public Instrumenter Instrumenter { get; set; } = Instrumenter.
NoOp
;
Lowering\LocalRewriter\LocalRewriter.cs (1)
111
var instrumenter = Instrumenter.
NoOp
;