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