2 writes to _currentlyLoading
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SR.cs (2)
75
_currentlyLoading
??= new List<string>();
106
_currentlyLoading
= null;
6 references to _currentlyLoading
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\SR.cs (6)
56
if (
_currentlyLoading
!= null &&
_currentlyLoading
.Count > 0 &&
_currentlyLoading
.LastIndexOf(key) >= 0)
92
_currentlyLoading
.Add(key); // Push
95
_currentlyLoading
.RemoveAt(
_currentlyLoading
.Count - 1); // Pop