5 writes to _projectFullPath
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
189_projectFullPath = data.ProjectFullPath; 231_projectFullPath = instance.FullPath; 258_projectFullPath = other._projectFullPath; 957translator.Translate(ref _projectFullPath); 979translator.Translate(ref _projectFullPath);
6 references to _projectFullPath
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
258_projectFullPath = other._projectFullPath; 388public string ProjectFullPath => _projectFullPath; 892return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 901return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1063return _projectFullPath.Equals(other._projectFullPath, StringComparison.OrdinalIgnoreCase) &&