5 writes to _projectFullPath
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
175_projectFullPath = data.ProjectFullPath; 216_projectFullPath = instance.FullPath; 242_projectFullPath = other._projectFullPath; 934translator.Translate(ref _projectFullPath); 954translator.Translate(ref _projectFullPath);
6 references to _projectFullPath
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
242_projectFullPath = other._projectFullPath; 362public string ProjectFullPath => _projectFullPath; 869return StringComparer.OrdinalIgnoreCase.GetHashCode(_projectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion); 878return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1037return _projectFullPath.Equals(other._projectFullPath, StringComparison.OrdinalIgnoreCase) &&