1 write to _dotnetPath
Microsoft.NET.Sdk.Razor.Tasks (1)
DotnetToolTask.cs (1)
62_dotnetPath = string.IsNullOrEmpty(dotnetHostPath) ? ToolExe : dotnetHostPath;
3 references to _dotnetPath
Microsoft.NET.Sdk.Razor.Tasks (3)
DotnetToolTask.cs (3)
56if (!string.IsNullOrEmpty(_dotnetPath)) 58return _dotnetPath; 64return _dotnetPath;