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)
56
if (!string.IsNullOrEmpty(
_dotnetPath
))
58
return
_dotnetPath
;
64
return
_dotnetPath
;