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)
30if (!string.IsNullOrEmpty(_dotnetPath)) 32return _dotnetPath; 36if (string.IsNullOrEmpty(_dotnetPath)) 41return _dotnetPath;