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