2 references to GetAllTypeParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.cs (1)
308var allTypeParameters = _currentFrame.GetAllTypeParameters();
CSharpInstructionDecoder.cs (1)
135return method.GetAllTypeParameters();