2 references to SelectManyAsArray
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentGenericTypePass.cs (1)
510
return tuple.Elements.
SelectManyAsArray
(a => ParseCore(a.Type));
Microsoft.VisualStudio.LanguageServices.Razor (1)
Snippets\SnippetCache.cs (1)
39
snippets = _snippetCache.Values.
SelectManyAsArray
(v => v);