4 references to TestInvocationDocument
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
MoveToNamespace\MoveToNamespaceTests.cs (1)
1175
testState.
TestInvocationDocument
.SelectedSpans.Single(),
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (3)
MoveToNamespace\AbstractMoveToNamespaceTests.cs (2)
52
testState.
TestInvocationDocument
.SelectedSpans.Single(),
110
testState.
TestInvocationDocument
.SelectedSpans.Single().Start,
MoveToNamespace\AbstractMoveToNamespaceTests.TestState.cs (1)
27
public Document InvocationDocument => Workspace.CurrentSolution.GetDocument(
TestInvocationDocument
.Id);