3 writes to _path
Microsoft.Build (3)
FileAccess\FileAccessData.cs (3)
84_path = path; 153private set => _path = value; 202translator.Translate(ref _path);
1 reference to _path
Microsoft.Build (1)
FileAccess\FileAccessData.cs (1)
152readonly get => _path;