3 references to Parameters
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (3)
Binders\ParametersAndLocalsBinder.vb (1)
21_nameToSymbolMap = BuildNameToSymbolMap(targetMethod.Parameters, targetMethod.LocalsForBinding)
CompilationContext.vb (1)
456Dim parameter = method.Parameters(parameterIndex)
Symbols\EEMethodSymbol.vb (1)
569If(Me.SubstitutedSourceMethod.IsShared, Nothing, Me.Parameters(0)),