5 writes to _projectFullPath
Microsoft.Build (5)
BackEnd\Shared\BuildRequestConfiguration.cs (5)
174
_projectFullPath
= data.ProjectFullPath;
215
_projectFullPath
= instance.FullPath;
241
_projectFullPath
= other._projectFullPath;
924
translator.Translate(ref
_projectFullPath
);
944
translator.Translate(ref
_projectFullPath
);
6 references to _projectFullPath
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
241
_projectFullPath = other.
_projectFullPath
;
352
public string ProjectFullPath =>
_projectFullPath
;
859
return StringComparer.OrdinalIgnoreCase.GetHashCode(
_projectFullPath
) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(_toolsVersion);
868
return String.Format(CultureInfo.CurrentCulture, "{0} {1} {2} {3}", _configId,
_projectFullPath
, _toolsVersion, _globalProperties);
1027
return
_projectFullPath
.Equals(other.
_projectFullPath
, StringComparison.OrdinalIgnoreCase) &&