1 implementation of ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeParameterSymbol.cs (1)
21internal abstract partial class TypeParameterSymbol : TypeSymbol, ITypeParameterSymbolInternal
3 references to ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (3)
FrameDecoder.cs (1)
31where TTypeParameterSymbol : class, ITypeParameterSymbolInternal
InstructionDecoder.cs (1)
18where TTypeParameterSymbol : class, ITypeParameterSymbolInternal
LanguageInstructionDecoder.cs (1)
22where TTypeParameterSymbol : class, ITypeParameterSymbolInternal