1 write to _dotnetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Compression\BrotliCompress.cs (1)
35
_dotnetPath
= Environment.GetEnvironmentVariable("DOTNET_HOST_PATH");
4 references to _dotnetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Compression\BrotliCompress.cs (4)
30
if (!string.IsNullOrEmpty(
_dotnetPath
))
32
return
_dotnetPath
;
36
if (string.IsNullOrEmpty(
_dotnetPath
))
41
return
_dotnetPath
;