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