2 implementations of ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeParameterSymbol.cs (1)
20
internal abstract partial class TypeParameterSymbol : TypeSymbol,
ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterSymbol.vb (1)
22
Implements ITypeParameterSymbol,
ITypeParameterSymbolInternal
3 references to ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (3)
FrameDecoder.cs (1)
31
where TTypeParameterSymbol : class,
ITypeParameterSymbolInternal
InstructionDecoder.cs (1)
18
where TTypeParameterSymbol : class,
ITypeParameterSymbolInternal
LanguageInstructionDecoder.cs (1)
23
where TTypeParameterSymbol : class,
ITypeParameterSymbolInternal