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