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