4 writes to Data
System.Private.CoreLib (4)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (4)
151
Continuation newContinuation = new Continuation {
Data
= new byte[dataSize], GCData = new object[numGCRefs] };
170
Continuation newContinuation = new Continuation {
Data
= new byte[dataSize], GCData = gcData };
189
Continuation newContinuation = new Continuation {
Data
= new byte[dataSize], GCData = gcData };
552
finalContinuation.
Data
= new byte[Unsafe.SizeOf<T>()];
1 reference to Data
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
274
result = Unsafe.As<byte, T>(ref continuation.
Data
![0]);