5 references to FormatEndOfTree
Microsoft.CodeAnalysis.CodeStyle (5)
AbstractFormatEngine.cs (1)
261if (!context.TokenStream.FormatEndOfTree)
TokenStream.cs (4)
114return this.FormatBeginningOfTree && this.FormatEndOfTree; 367if (this.FormatEndOfTree) 386return this.FormatEndOfTree ? GetTriviaDataAtEndOfTree() : GetOriginalTriviaData(token1, token2); 441Contract.ThrowIfFalse(this.FormatEndOfTree);