5 references to _whitespaces
Microsoft.CodeAnalysis.Workspaces (5)
AbstractTriviaDataFactory.cs (5)
79
return
_whitespaces
[lineIndex, indentationLevel]!;
92
Contract.ThrowIfFalse(indentationLevel >= 0 && indentationLevel <
_whitespaces
.Length /
_whitespaces
.Rank);
95
if (
_whitespaces
[lineIndex, indentationLevel] == null)
99
Interlocked.CompareExchange(ref
_whitespaces
[lineIndex, indentationLevel], triviaInfo, null);