1 write to _checksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
427
set => ChangeProjectProperty(ref
_checksumAlgorithm
, value, s => s.WithProjectChecksumAlgorithm(Id, value));
1 reference to _checksumAlgorithm
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
426
get =>
_checksumAlgorithm
;