5 references to FormatEndOfTree
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
280if (!context.TokenStream.FormatEndOfTree)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenStream.cs (4)
112return this.FormatBeginningOfTree && this.FormatEndOfTree; 365if (this.FormatEndOfTree) 384return this.FormatEndOfTree ? GetTriviaDataAtEndOfTree() : GetOriginalTriviaData(token1, token2); 439Contract.ThrowIfFalse(this.FormatEndOfTree);