1 write to _paths
Microsoft.Build.Tasks.Core (1)
ConvertToAbsolutePath.cs (1)
34
set =>
_paths
= value;
2 references to _paths
Microsoft.Build.Tasks.Core (2)
ConvertToAbsolutePath.cs (2)
30
ErrorUtilities.VerifyThrowArgumentNull(
_paths
, nameof(Paths));
31
return
_paths
;