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