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