1 write to Path
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\FileTextLoader.cs (1)
51
Path
= path;
12 references to Path
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\Solution\FileTextLoader.cs (11)
61
internal sealed override string FilePath =>
Path
;
103
FileUtilities.GetFileLengthAndTimeStamp(
Path
, out var fileLength, out var prevLastWriteTime);
105
ValidateFileLength(
Path
, fileLength);
184
return TextAndVersion.Create(text, version, t.self.
Path
);
197
FileUtilities.GetFileLengthAndTimeStamp(
Path
, out var fileLength, out var prevLastWriteTime);
199
ValidateFileLength(
Path
, fileLength);
208
return TextAndVersion.Create(text, version, t.self.
Path
);
220
var newLastWriteTime = FileUtilities.GetFileTimeStamp(
Path
);
223
var message = string.Format(WorkspacesResources.File_was_externally_modified_colon_0,
Path
);
231
=> nameof(
Path
) + " = " +
Path
;
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\Projects\WorkspaceFileTextLoaderNoException.cs (1)
30
if (!File.Exists(
Path
))