2 references to AbstractFormatEngine
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (2)
26
private readonly
AbstractFormatEngine
_engine;
56
public FormattingContext(
AbstractFormatEngine
engine, TokenStream tokenStream)