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