10 references to GetSyntaxFormattingOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
317
var formattingOptions = args.SubjectBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, fallbackOptions, document.LanguageServices, explicitFormat: false);
ConvertNamespace\ConvertNamespaceCommandHandler.cs (1)
142
var formattingOptions = subjectBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), document.Project.Services, explicitFormat: false);
Formatting\CSharpFormattingInteractionService.cs (2)
83
var options = textBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), parsedDocument.LanguageServices, explicitFormat: true);
94
var options = textBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), parsedDocument.LanguageServices, explicitFormat: true);
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
146
var formattingOptions = args.SubjectBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, document.Project.GetFallbackAnalyzerOptions(), parsedDocument.LanguageServices, explicitFormat: false);
CommentSelection\AbstractCommentSelectionBase.cs (1)
152
var formattingOptions = subjectBuffer.
GetSyntaxFormattingOptions
(_editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), document.Project.Services, explicitFormat: false);
Shared\Extensions\ITextSnapshotExtensions.cs (1)
42
var options = textBuffer.
GetSyntaxFormattingOptions
(editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), document.Project.Services, explicitFormat: false);
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.IVsLanguageTextOps.cs (1)
59
var formattingOptions = textBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, document.Project.GetFallbackAnalyzerOptions(), document.Project.Services, explicitFormat: true);
Snippets\SnippetExpansionClient.cs (1)
1069
var formattingOptions = SubjectBuffer.
GetSyntaxFormattingOptions
(EditorOptionsService, fallbackOptions, languageServices, explicitFormat: false);
Venus\ContainedDocument.cs (1)
773
var formattingOptions = subjectBuffer.
GetSyntaxFormattingOptions
(editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), document.Project.Services, explicitFormat: false);