Skip to content

Commit f51cb51

Browse files
Update order of instance members
1 parent dc31ab4 commit f51cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/test/Microsoft.DotNet.Tests/PackageSourceMappingsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ internal class PackageSourceMappingsSetup
142142
{
143143
private static PackageSourceMappingsSetup? instance;
144144
private static readonly object myLock = new();
145-
private Dictionary<string, string>? localTokenSourceMappings;
146145

147146
public static readonly string PackageSourceMappingsRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
148147

148+
private Dictionary<string, string>? localTokenSourceMappings;
149149
private readonly string ArcadeSource = Path.Combine(PackageSourceMappingsRoot, "arcade");
150150
private readonly string RuntimeSource = Path.Combine(PackageSourceMappingsRoot, "runtime");
151151
private readonly string PreviouslySourceBuiltSource = Path.Combine(PackageSourceMappingsRoot, "previously-source-built");

0 commit comments

Comments
 (0)