11 references to IsDteeEntryPoint
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (3)
EvaluationContext.vb (3)
167
If
IsDteeEntryPoint
(currentFrame) Then
240
''' (This condition is detected by <see cref="
IsDteeEntryPoint
"/>.)
251
''' <seealso cref="
IsDteeEntryPoint
"/>
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (8)
DteeTests.vb (8)
49
Assert.True(EvaluationContext.
IsDteeEntryPoint
(m1))
50
Assert.True(EvaluationContext.
IsDteeEntryPoint
(m2))
72
Assert.True(EvaluationContext.
IsDteeEntryPoint
(m1))
73
Assert.True(EvaluationContext.
IsDteeEntryPoint
(m2))
109
Assert.False(EvaluationContext.
IsDteeEntryPoint
(m1))
110
Assert.False(EvaluationContext.
IsDteeEntryPoint
(m2))
115
Assert.False(EvaluationContext.
IsDteeEntryPoint
(m1))
116
Assert.False(EvaluationContext.
IsDteeEntryPoint
(m2))