1 instantiation of TestEditorOptions
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Utilities\TestEditorOptions.cs (1)
19public static IEditorOptions Instance = new TestEditorOptions();
2 references to TestEditorOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
58return buffer.CurrentSnapshot.GetLineFromLineNumber(indentationLine).GetColumnOfFirstNonWhitespaceCharacterOrEndOfLine(TestEditorOptions.Instance);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Formatting\CoreFormatterTestsBase.cs (1)
112textView.Setup(x => x.Options).Returns(TestEditorOptions.Instance);