6 writes to Lambda
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (6)
ExpressionTrees\CodeGenExprLambda.vb (6)
181.Lambda = String.Format("Function(x) {0} x ", operation)}) 225.Lambda = String.Format("Function(x) x {0} Nothing", operation)}) 601.Lambda = String.Format("Function(x, y) x {0} y", operation)}) 1472.Lambda = String.Format("Function(x As {0}) {1}", typeFrom, String.Format(opPattern, "x", typeTo))}) 1802.Lambda = String.Format("Function(x As {0}) {1}", 1848.Lambda = String.Format("Function() {0}", nothingLiteral)})
2 references to Lambda
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
ExpressionTrees\CodeGenExprLambda.vb (2)
1940Debug.Assert(tst.Lambda IsNot Nothing) 1948testbuilder.AppendLine(String.Format("Dim exprtree{0} As Expression(Of {1}) = {2}", count, tst.ExpressionTypeArgument, tst.Lambda))