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