1 write to FilePath
Microsoft.CodeAnalysis.SemanticSearch.Extensions (1)
ProjectModel.cs (1)
98
FilePath
= filePath;
4 references to FilePath
Microsoft.CodeAnalysis.SemanticSearch.Extensions (4)
ProjectModel.cs (4)
43
=> new(FilePath, ResxFiles.SetItem(file.
FilePath
, file));
108
=> new(
FilePath
, _changes.SetItem(name, value));
114
return File.ReadAllText(
FilePath
, Encoding.UTF8);
117
var newDocument = XDocument.Load(
FilePath
, LoadOptions.None);