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)
56if (_currentlyLoading != null && _currentlyLoading.Count > 0 && _currentlyLoading.LastIndexOf(key) >= 0) 92_currentlyLoading.Add(key); // Push 95_currentlyLoading.RemoveAt(_currentlyLoading.Count - 1); // Pop