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