mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Add readonly to tempFolderPath field
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Semmle.Util
|
||||
return nested;
|
||||
}
|
||||
|
||||
private static Lazy<string> tempFolderPath = new Lazy<string>(() =>
|
||||
private static readonly Lazy<string> tempFolderPath = new Lazy<string>(() =>
|
||||
{
|
||||
var tempPath = Path.GetTempPath();
|
||||
var name = Guid.NewGuid().ToString("N").ToUpper();
|
||||
|
||||
Reference in New Issue
Block a user