1 type derived from Instrumenter
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
22Inherits Instrumenter
1 instantiation of Instrumenter
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\Instrumenter.vb (1)
28Public Shared ReadOnly NoOp As New Instrumenter()
16 references to Instrumenter
Microsoft.CodeAnalysis.VisualBasic (16)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (3)
17''' It can be combined with other <see cref= "Instrumenter"/>s. 41previous As Instrumenter) As CodeCoverageInstrumenter 111previous As Instrumenter)
Lowering\Instrumentation\CompoundInstrumenter.vb (4)
14''' Utility class, provides a convenient way of combining various <see cref="Instrumenter"/>s in a chain, 17''' Default implementation of all APIs delegates to the "previous" <see cref="Instrumenter"/> passed as a parameter 24Public Sub New(previous As Instrumenter) 29Public ReadOnly Property Previous As Instrumenter
Lowering\Instrumentation\DebugInfoInjector.vb (3)
16''' It can be combined with other <see cref="Instrumenter"/>s. Usually, this class should be 26Public Shared ReadOnly Singleton As New DebugInfoInjector(Instrumenter.NoOp) 28Public Sub New(previous As Instrumenter)
Lowering\LocalRewriter\LocalRewriter.vb (5)
23Private ReadOnly _instrumenterOpt As Instrumenter 125instrumenterOpt As Instrumenter, 139Debug.Assert(instrumenterOpt IsNot Instrumenter.NoOp) 160instrumenterOpt As Instrumenter, 217instrumenterOpt As Instrumenter,
Lowering\Rewriter.vb (1)
52CodeCoverageInstrumenter.TryCreate(method, body, New SyntheticBoundNodeFactory(method, method, body.Syntax, compilationState, diagnostics), diagnostics, debugDocumentProvider, Instrumenter.NoOp),