1 write to _currentlyResolvingResources
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\AssemblyResolver.cs (1)
157
_currentlyResolvingResources
??= new Stack<string>(4);
5 references to _currentlyResolvingResources
Microsoft.VisualStudio.TestPlatform.Common (5)
Utilities\AssemblyResolver.cs (5)
150
if (
_currentlyResolvingResources
!= null &&
_currentlyResolvingResources
.Count > 0 &&
_currentlyResolvingResources
.Contains(assemblyPath))
158
_currentlyResolvingResources
.Push(assemblyPath);
190
_currentlyResolvingResources
?.Pop();