1 write to FilePath
Microsoft.CodeAnalysis.SemanticSearch.Extensions (1)
ProjectModel.cs (1)
98FilePath = 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)); 114return File.ReadAllText(FilePath, Encoding.UTF8); 117var newDocument = XDocument.Load(FilePath, LoadOptions.None);