3 references to GetOption
Microsoft.CodeAnalysis.Workspaces (1)
Options\DocumentOptionSet.cs (1)
17
/// pass that information redundantly when calling <see cref="
GetOption
{T}(PerLanguageOption{T})"/>.
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Formatter\FormatterTests.cs (1)
82
Assert.Equal(7, documentOptions.
GetOption
(FormattingOptions.IndentationSize));
SolutionTests\SolutionTests.cs (1)
5570
Assert.Equal(appliedToDocument, documentOptions.
GetOption
(FormattingOptions.UseTabs));