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)
114return this.FormatBeginningOfTree && this.FormatEndOfTree; 367if (this.FormatEndOfTree) 386return this.FormatEndOfTree ? GetTriviaDataAtEndOfTree() : GetOriginalTriviaData(token1, token2); 441Contract.ThrowIfFalse(this.FormatEndOfTree);