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