2 references to BindCrefParameterOrReturnType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Crefs.cs (2)
497
TypeSymbol returnType =
BindCrefParameterOrReturnType
(syntax.Type, syntax, diagnostics);
1141
TypeSymbol type =
BindCrefParameterOrReturnType
(parameter.Type, (MemberCrefSyntax)parameterListSyntax.Parent, diagnostics);