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