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