1 write to _methodEntryInstrumentation
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
129
_methodEntryInstrumentation
= AddAnalysisPoint(bodySyntax, SkipAttributes(bodySyntax), methodBodyFactory)
2 references to _methodEntryInstrumentation
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (2)
297
If
_methodEntryInstrumentation
IsNot Nothing Then
298
prologueStatements.Add(
_methodEntryInstrumentation
)