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