2 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 (1)
Formatter\FormatterTests.cs (1)
82
Assert.Equal(7, documentOptions.
GetOption
(FormattingOptions.IndentationSize));