1 write to FilePath
Microsoft.CodeAnalysis.SemanticSearch.Extensions (1)
ProjectModel.cs (1)
98FilePath = filePath;
5 references to FilePath
Microsoft.CodeAnalysis.SemanticSearch.Extensions (5)
ProjectModel.cs (5)
43=> new(FilePath, ResxFiles.SetItem(file.FilePath, file)); 106=> new(FilePath, _changes.SetItem(name, value)); 109=> new(FilePath, _changes.SetItem(name, null)); 115return File.ReadAllText(FilePath, Encoding.UTF8); 118var newDocument = XDocument.Load(FilePath, LoadOptions.None);