3 references to Last
Roslyn.Diagnostics.Analyzers (1)
src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
359=> Count == 0 ? default : Last();
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharService.cs (2)
265index += charResults.Last().span.Length; 273index += charResults.Last().span.Length;