3 writes to _nodeLockTaken
Templates.Blazor.WebAssembly.Tests (3)
src\ProjectTemplates\Shared\Project.cs (3)
540
_nodeLockTaken
= true;
549
_nodeLockTaken
= false;
571
_nodeLockTaken
= false;
2 references to _nodeLockTaken
Templates.Blazor.WebAssembly.Tests (2)
src\ProjectTemplates\Shared\Project.cs (2)
546
if (
_nodeLockTaken
)
568
if (
_nodeLockTaken
)