4 references to 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()