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