11 references to IsDteeEntryPoint
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (3)
EvaluationContext.vb (3)
167If 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)
49Assert.True(EvaluationContext.IsDteeEntryPoint(m1)) 50Assert.True(EvaluationContext.IsDteeEntryPoint(m2)) 72Assert.True(EvaluationContext.IsDteeEntryPoint(m1)) 73Assert.True(EvaluationContext.IsDteeEntryPoint(m2)) 109Assert.False(EvaluationContext.IsDteeEntryPoint(m1)) 110Assert.False(EvaluationContext.IsDteeEntryPoint(m2)) 115Assert.False(EvaluationContext.IsDteeEntryPoint(m1)) 116Assert.False(EvaluationContext.IsDteeEntryPoint(m2))