1 write to _whitespaces
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.cs (1)
36(_spaces, _whitespaces) = GetSpacesAndWhitespaces(options);
1 reference to _whitespaces
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.cs (1)
131return _whitespaces[lineIndex, indentationLevel]!;