2 writes to _helpDirectory
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
253
_helpDirectory
= helpDirectory;
315
set =>
_helpDirectory
= value;
2 references to _helpDirectory
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
287
public string HelpDirectory =>
_helpDirectory
;
314
get =>
_helpDirectory
;