10 references to s_asyncLambdaSourceTemplate
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (10)
HoistedStateMachineLocalTests.vb (10)
328Dim source = String.Format(s_asyncLambdaSourceTemplate, "", "1")
368Dim source = String.Format(s_asyncLambdaSourceTemplate, "", "x")
423Dim source = String.Format(s_asyncLambdaSourceTemplate, "", "u1.GetHashCode()")
478Dim source = String.Format(s_asyncLambdaSourceTemplate, "", "ch.GetHashCode()")
518Dim source = String.Format(s_asyncLambdaSourceTemplate, "", "t1.GetHashCode()")
573Dim source = String.Format(s_asyncLambdaSourceTemplate, "", "x + t1.GetHashCode()")
644Dim source = String.Format(s_asyncLambdaSourceTemplate, "Shared", "1")
684Dim source = String.Format(s_asyncLambdaSourceTemplate, "Shared", "x")
739Dim source = String.Format(s_asyncLambdaSourceTemplate, "Shared", "u1.GetHashCode()")
793Dim source = String.Format(s_asyncLambdaSourceTemplate, "Shared", "ch.GetHashCode()")