1 instantiation of IndentationOptions
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IndentationOptionsProviders.cs (1)
13
=>
new
(SyntaxFormattingOptionsProviders.GetDefault(languageServices));
11 references to IndentationOptions
Microsoft.CodeAnalysis.Workspaces (11)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingOptions2.cs (1)
64
defaultValue:
IndentationOptions
.DefaultIndentStyle,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.cs (1)
29
TSyntaxRoot root, SourceText text, TextLine lineToBeIndented,
IndentationOptions
options, AbstractFormattingRule baseFormattingRule);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
24
public readonly
IndentationOptions
Options;
45
IndentationOptions
options,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Formatting\ISyntaxFormattingService.cs (1)
16
ImmutableArray<TextChange> GetFormattingChangesOnTypedCharacter(ParsedDocument document, int caretPosition,
IndentationOptions
indentationOptions, CancellationToken cancellationToken);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (2)
17
ParsedDocument document, int lineNumber,
IndentationOptions
options, CancellationToken cancellationToken)
39
private Indenter GetIndenter(ParsedDocument document, int lineNumber,
IndentationOptions
options, CancellationToken cancellationToken)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (3)
20
IndentationResult GetIndentation(ParsedDocument document, int lineNumber,
IndentationOptions
options, CancellationToken cancellationToken);
29
public static string GetPreferredIndentation(this SyntaxToken token, ParsedDocument document,
IndentationOptions
options, CancellationToken cancellationToken)
80
public static string GetIndentationString(this IndentationResult indentationResult, SourceText sourceText,
IndentationOptions
options)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IndentationOptionsProviders.cs (1)
12
public static
IndentationOptions
GetDefault(LanguageServices languageServices)