2 instantiations of WithTypeArgumentsBinder
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.cs (2)
952
binder = new
WithTypeArgumentsBinder
(substitutedSourceType.TypeArgumentsWithAnnotationsNoUseSiteDiagnostics, binder);
960
binder = new
WithTypeArgumentsBinder
(substitutedSourceMethod.TypeArgumentsWithAnnotations, binder);