1 type derived from Instrumenter
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
22
Inherits
Instrumenter
1 instantiation of Instrumenter
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\Instrumenter.vb (1)
28
Public 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.
41
previous As
Instrumenter
) As CodeCoverageInstrumenter
111
previous 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
24
Public Sub New(previous As
Instrumenter
)
29
Public 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
26
Public Shared ReadOnly Singleton As New DebugInfoInjector(
Instrumenter
.NoOp)
28
Public Sub New(previous As
Instrumenter
)
Lowering\LocalRewriter\LocalRewriter.vb (5)
23
Private ReadOnly _instrumenterOpt As
Instrumenter
125
instrumenterOpt As
Instrumenter
,
139
Debug.Assert(instrumenterOpt IsNot
Instrumenter
.NoOp)
160
instrumenterOpt As
Instrumenter
,
217
instrumenterOpt As
Instrumenter
,
Lowering\Rewriter.vb (1)
52
CodeCoverageInstrumenter.TryCreate(method, body, New SyntheticBoundNodeFactory(method, method, body.Syntax, compilationState, diagnostics), diagnostics, debugDocumentProvider,
Instrumenter
.NoOp),