4 instantiations of FilePathAndSpan
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
GoToDefinition\GoToDefinitionTestsBase.vb (2)
60expectedLocations.Add(New FilePathAndSpan(testDocument.FilePath, selectedSpan)) 102actualLocations.Add(New FilePathAndSpan(docSpan.Document.FilePath, docSpan.SourceSpan))
GoToHelpers\GoToHelpers.vb (2)
38actualDefinitions.Add(New FilePathAndSpan(sourceSpan.Document.FilePath, sourceSpan.SourceSpan)) 44Function(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)
16Implements IComparable(Of FilePathAndSpan) 26Public Function CompareTo(other As FilePathAndSpan) As Integer Implements IComparable(Of FilePathAndSpan).CompareTo
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
GoToDefinition\GoToDefinitionTestsBase.vb (2)
56Dim expectedLocations As New List(Of FilePathAndSpan) 96Dim actualLocations As New List(Of FilePathAndSpan)
GoToHelpers\GoToHelpers.vb (1)
34Dim actualDefinitions = New List(Of FilePathAndSpan)