5 references to MappedFileLocation
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
Definitions\GoToDefinitionTests.cs (1)
92
AssertLocationsEqual(ImmutableArray.Create(TestSpanMapper.
MappedFileLocation
), results);
References\FindImplementationsTests.cs (1)
98
AssertLocationsEqual(ImmutableArray.Create(TestSpanMapper.
MappedFileLocation
), results);
Rename\RenameTests.cs (3)
181
var expectedMappedRanges = ImmutableArray.Create(TestSpanMapper.
MappedFileLocation
.Range, TestSpanMapper.
MappedFileLocation
.Range);
182
var expectedMappedDocument = TestSpanMapper.
MappedFileLocation
.Uri;