2 implementations of IParameterSymbolInternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ParameterSymbol.cs (1)
17
internal abstract partial class ParameterSymbol : Symbol,
IParameterSymbolInternal
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\ParameterSymbol.vb (1)
21
Implements IParameterSymbol,
IParameterSymbolInternal
1 reference to IParameterSymbolInternal
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
LanguageInstructionDecoder.cs (1)
24
where TParameterSymbol : class,
IParameterSymbolInternal