5 writes to _projectFullPath
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
176_projectFullPath = data.ProjectFullPath; 217_projectFullPath = instance.FullPath; 243_projectFullPath = other._projectFullPath; 935translator.Translate(ref _projectFullPath); 955translator.Translate(ref _projectFullPath);
6 references to _projectFullPath
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
243_projectFullPath = other._projectFullPath; 363public string ProjectFullPath => _projectFullPath; 870return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 879return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1038return _projectFullPath.Equals(other._projectFullPath, StringComparison.OrdinalIgnoreCase) &&