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)
297If _methodEntryInstrumentation IsNot Nothing Then 298prologueStatements.Add(_methodEntryInstrumentation)