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