Implemented interface member:
property
FilePath
Microsoft.CodeAnalysis.Razor.ProjectSystem.IDocumentSnapshot.FilePath
3 references to FilePath
Microsoft.CodeAnalysis.Remote.Razor (3)
DocumentMapping\RemoteSpanMappingService.cs (1)
208return [new RazorMappedEditResult() { FilePath = documentSnapshot.FilePath, TextChanges = [.. textChanges] }];
NestedFiles\RemoteAddNestedFileService.cs (1)
51var razorFilePath = context.Snapshot.FilePath;
ProjectSystem\RemoteDocumentSnapshot.cs (1)
34public RazorFileKind FileKind => FileKinds.GetFileKindFromPath(FilePath);