4 instantiations of FilePathAndSpan
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
GoToDefinition\GoToDefinitionTestsBase.vb (2)
60
expectedLocations.Add(New
FilePathAndSpan
(testDocument.FilePath, selectedSpan))
102
actualLocations.Add(New
FilePathAndSpan
(docSpan.Document.FilePath, docSpan.SourceSpan))
GoToHelpers\GoToHelpers.vb (2)
38
actualDefinitions.Add(New
FilePathAndSpan
(sourceSpan.Document.FilePath, sourceSpan.SourceSpan))
44
Function(d) d.SelectedSpans.Select(Function(ss) New
FilePathAndSpan
(d.FilePath, ss))).ToList()
6 references to FilePathAndSpan
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (3)
Utilities\GoToHelpers\GoToTestHelpers.vb (3)
16
Implements IComparable(Of
FilePathAndSpan
)
26
Public Function CompareTo(other As
FilePathAndSpan
) As Integer Implements IComparable(Of
FilePathAndSpan
).CompareTo
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
GoToDefinition\GoToDefinitionTestsBase.vb (2)
56
Dim expectedLocations As New List(Of
FilePathAndSpan
)
96
Dim actualLocations As New List(Of
FilePathAndSpan
)
GoToHelpers\GoToHelpers.vb (1)
34
Dim actualDefinitions = New List(Of
FilePathAndSpan
)