3 references to SelectAsArray
Microsoft.CodeAnalysis (1)
Compilation\DeterministicKeyBuilder.cs (1)
406compilation.SyntaxTrees.SelectAsArray(static x => SyntaxTreeKey.Create(x)),
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\LengthBasedStringSwitchData.cs (1)
157var labelForLength = CreateAndRegisterCharJumpTables(stringLength, group.SelectAsArray(c => (c.value.StringValue!, c.label)), charJumpTables, stringJumpTables);
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
273g.SelectAsArray(state => (int)state),