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