1 write to _dotnetPath
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
BrotliCompress.cs (1)
44
_dotnetPath
= Environment.GetEnvironmentVariable("DOTNET_HOST_PATH");
4 references to _dotnetPath
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (4)
BrotliCompress.cs (4)
39
if (!string.IsNullOrEmpty(
_dotnetPath
))
41
return
_dotnetPath
;
45
if (string.IsNullOrEmpty(
_dotnetPath
))
50
return
_dotnetPath
;