5 writes to _projectFullPath
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
245_projectFullPath = data.ProjectFullPath; 287_projectFullPath = instance.FullPath; 314_projectFullPath = other._projectFullPath; 1055translator.Translate(ref _projectFullPath); 1077translator.Translate(ref _projectFullPath);
6 references to _projectFullPath
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
314_projectFullPath = other._projectFullPath; 444public string ProjectFullPath => _projectFullPath; 990return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 999return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1168return _projectFullPath.Equals(other._projectFullPath, StringComparison.OrdinalIgnoreCase) &&