4 references to s_methodName
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (4)
EvaluationContext.vb (4)
370Dim moduleBuilder = context.Compile(DirectCast(syntax, ExecutableStatementSyntax), s_typeName, s_methodName, aliases, testData, diagnostics, synthesizedMethod)
394Debug.Assert(synthesizedMethod.MetadataName = s_methodName)
419Dim modulebuilder = context.Compile(assignment, s_typeName, s_methodName, aliases, testData, diagnostics, synthesizedMethod)
443Debug.Assert(synthesizedMethod.MetadataName = s_methodName)