1 write to _computedHash
Microsoft.Build.Framework (1)
BackEnd\ServerNodeHandshake.cs (1)
52
_computedHash
= Convert.ToBase64String(bytes)
2 references to _computedHash
Microsoft.Build.Framework (2)
BackEnd\ServerNodeHandshake.cs (2)
41
if (
_computedHash
== null)
57
return
_computedHash
;