1 write to NonCollectibleTlsDataCount
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ThreadLocalData.cs (1)
17NonCollectibleTlsDataCount = target.ReadField<int>(address, type, nameof(NonCollectibleTlsDataCount));
2 references to NonCollectibleTlsDataCount
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Thread_1.cs (1)
201int nonCollectibleCount = threadLocalData.NonCollectibleTlsDataCount;
Data\ThreadLocalData.cs (1)
17NonCollectibleTlsDataCount = target.ReadField<int>(address, type, nameof(NonCollectibleTlsDataCount));