3 references to FormattingContext
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpStructuredTriviaFormatEngine.cs (1)
49
=>
new
(this, tokenStream);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Formatting\Engine\VisualBasicStructuredTriviaFormatEngine.vb (1)
42
Return New
FormattingContext
(Me, tokenStream)
Microsoft.CodeAnalysis.Workspaces (1)
AbstractFormatEngine.cs (1)
118
var context = new
FormattingContext
(this, tokenStream);