1 write to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\ISpanMappingService.cs (1)
79FilePath = filePath;
12 references to FilePath
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (2)
302uriToTextEdits.Add((GetUriFromFilePath(mappedSpan.FilePath), new LSP.TextEdit 345var uri = TryGetUriFromFilePath(mappedSpan.FilePath, context);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\DocumentService\AbstractSpanMappingService.cs (1)
45mappedFilePathAndTextChange.Add((mappedSpanResults[i].FilePath, newTextChange));
Workspace\Host\DocumentService\ISpanMappingService.cs (1)
84public bool IsDefault => FilePath == null;
Microsoft.VisualStudio.LanguageServices (5)
CodeLens\RemoteCodeLensReferencesService.cs (1)
200result.FilePath,
FindReferences\Entries\AbstractDocumentSpanEntry.cs (1)
49StandardTableKeyNames.DocumentName => _mappedSpanResult.FilePath,
Workspace\VisualStudioDocumentNavigationService.cs (3)
276var documentIdsForFilePath = solution.GetDocumentIdsWithFilePath(mappedSpan.Value.FilePath); 353vsWorkspace.OpenDocumentFromPath(mappedSpanResult.FilePath, generatedDocument.Project.Id); 354if (!_runningDocumentTable.TryGetBufferFromMoniker(_editorAdaptersFactoryService, mappedSpanResult.FilePath, out var textBuffer))
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
Venus\DocumentServiceTests.vb (3)
45Assert.Equal(subjectDocument.FilePath, spans(0).FilePath) 71Assert.Equal(subjectDocument.FilePath, spans(0).FilePath) 77Assert.Equal(subjectDocument.FilePath, spans(2).FilePath)