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