3 references to TryInferParamsCollectionIterationType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (2)
1306
return
TryInferParamsCollectionIterationType
(binder, final.OriginalDefinition.Type, out definitionElementType);
3975
TryInferParamsCollectionIterationType
(binder, type.Type, out paramsIterationType);
FlowAnalysis\NullableWalker.cs (1)
7808
OverloadResolution.
TryInferParamsCollectionIterationType
(_binder, type.Type, out paramsIterationType);