2 writes to _backingArray
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
88
_backingArray
= null;
94
_backingArray
= backingBuffer;
2 references to _backingArray
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
102
if (
_backingArray
!= null)
104
ArrayPool<char>.Shared.Return(
_backingArray
);