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