2 references to TypeParameterChecker
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
TypeParameterChecker.cs (2)
19new TypeParameterChecker(acceptableTypeParameters).Visit(symbol.GetPublicSymbol()); 25new BlockChecker(new TypeParameterChecker(acceptableTypeParameters)).Visit(node);