1 implementation of ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeParameterSymbol.cs (1)
21
internal abstract partial class TypeParameterSymbol : TypeSymbol,
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)
22
where TTypeParameterSymbol : class,
ITypeParameterSymbolInternal