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