1 write to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\ISpanMappingService.cs (1)
77FilePath = filePath;
11 references to FilePath
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\ProtocolConversions.cs (4)
438uriToTextEdits.Add((CreateAbsoluteDocumentUri(mappedSpan.FilePath), new LSP.TextEdit 486if (PathUtilities.IsAbsolute(mappedSpan.FilePath)) 487uri = CreateAbsoluteDocumentUri(mappedSpan.FilePath); 495context?.TraceWarning($"Could not convert '{mappedSpan.FilePath}' to uri");
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\DocumentService\AbstractSpanMappingService.cs (1)
42mappedFilePathAndTextChange.Add((mappedSpanResults[i].FilePath, newTextChange));
Workspace\Host\DocumentService\ISpanMappingService.cs (1)
82public bool IsDefault => FilePath == null;
Microsoft.VisualStudio.LanguageServices (5)
CodeLens\RemoteCodeLensReferencesService.cs (1)
198result.FilePath,
FindReferences\Entries\AbstractDocumentSpanEntry.cs (1)
72StandardTableKeyNames.DocumentName => mappedSpanResult.FilePath,
Workspace\VisualStudioDocumentNavigationService.cs (3)
219var documentIdsForFilePath = solution.GetDocumentIdsWithFilePath(mappedSpan.FilePath); 301vsWorkspace.OpenDocumentFromPath(mappedSpanResult.FilePath, generatedDocument.Project.Id); 302if (!_runningDocumentTable.TryGetBufferFromMoniker(_editorAdaptersFactoryService, mappedSpanResult.FilePath, out var textBuffer))