10 references to GetSyntaxFormattingOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
325
var formattingOptions = args.SubjectBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, document.LanguageServices, explicitFormat: false);
ConvertNamespace\ConvertNamespaceCommandHandler.cs (1)
153
var formattingOptions = subjectBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, document.Project.Services, explicitFormat: false);
Formatting\CSharpFormattingInteractionService.cs (2)
95
var options = textBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, parsedDocument.LanguageServices, explicitFormat: true);
106
var options = textBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, parsedDocument.LanguageServices, explicitFormat: true);
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
145
var formattingOptions = args.SubjectBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, parsedDocument.LanguageServices, explicitFormat: false);
CommentSelection\AbstractCommentSelectionBase.cs (1)
155
var formattingOptions = subjectBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, document.Project.Services, explicitFormat: false);
Shared\Extensions\ITextSnapshotExtensions.cs (1)
46
var options = textBuffer.
GetSyntaxFormattingOptions
(editorOptionsService, document.Project.Services, explicitFormat: false);
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.IVsLanguageTextOps.cs (1)
59
var formattingOptions = textBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, document.Project.Services, explicitFormat: true);
Snippets\AbstractSnippetExpansionClient.cs (1)
1069
var formattingOptions = SubjectBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, languageServices, explicitFormat: false);
Venus\ContainedDocument.cs (1)
776
var formattingOptions = subjectBuffer.
GetSyntaxFormattingOptions
(editorOptionsService, document.Project.Services, explicitFormat: false);