5 writes to _projectFullPath
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
194_projectFullPath = data.ProjectFullPath; 236_projectFullPath = instance.FullPath; 263_projectFullPath = other._projectFullPath; 1004translator.Translate(ref _projectFullPath); 1026translator.Translate(ref _projectFullPath);
6 references to _projectFullPath
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
263_projectFullPath = other._projectFullPath; 393public string ProjectFullPath => _projectFullPath; 939return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 948return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1110return _projectFullPath.Equals(other._projectFullPath, StringComparison.OrdinalIgnoreCase) &&