2 implementations of ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeParameterSymbol.cs (1)
20internal abstract partial class TypeParameterSymbol : TypeSymbol, ITypeParameterSymbolInternal
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterSymbol.vb (1)
22Implements ITypeParameterSymbol, 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)
23where TTypeParameterSymbol : class, ITypeParameterSymbolInternal