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