6 references to SelectAsArray
Microsoft.CodeAnalysis.CSharp (6)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
571
var fixedArguments = _methodTypeParameters.
SelectAsArray
(
Compilation\CSharpCompilation.cs (1)
4309
? callingConventionTypes.
SelectAsArray
((type, i, @this) => getCustomModifierForType(type, @this, i), this)
FlowAnalysis\NullableWalker.cs (2)
8122
parameterAnnotationsOpt = arguments.
SelectAsArray
(
8128
parameterAnnotationsOpt = arguments.
SelectAsArray
(
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.TypePublicSymbol.cs (1)
37
var properties = fields.
SelectAsArray
((field, i, type) => new AnonymousTypePropertySymbol(type, field, i), this);
Symbols\Source\LambdaSymbol.cs (1)
348
return parameterTypes.
SelectAsArray
((type, ordinal, arg) =>