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)
39if (!string.IsNullOrEmpty(_dotnetPath)) 41return _dotnetPath; 45if (string.IsNullOrEmpty(_dotnetPath)) 50return _dotnetPath;