5 references to BindTypeArgument
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Query.cs (3)
56
var typeRestriction =
BindTypeArgument
(fromClause.Type, diagnostics);
397
var castType =
BindTypeArgument
(join.Type, diagnostics);
598
collectionSelectorLambda = MakeQueryUnboundLambdaWithCast(state.RangeVariableMap(), x1, from.Expression, from.Type,
BindTypeArgument
(from.Type, diagnostics), diagnostics.AccumulatesDependencies);
Binder\Binder_Symbols.cs (2)
477
return
BindTypeArgument
((TypeSyntax)syntax, diagnostics, basesBeingResolved);
1351
args.Add(
BindTypeArgument
(argSyntax, diagnostics, basesBeingResolved));