5 writes to Data
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
119Continuation newContinuation = new Continuation { Data = new byte[dataSize], GCData = new object[numGCRefs] }; 138Continuation newContinuation = new Continuation { Data = new byte[dataSize], GCData = gcData }; 157Continuation newContinuation = new Continuation { Data = new byte[dataSize], GCData = gcData }; 238finalContinuation.Data = new byte[Unsafe.SizeOf<T>()]; 304finalContinuation.Data = new byte[Unsafe.SizeOf<T>()];
2 references to Data
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
262return Unsafe.As<byte, T>(ref finalResult.Data![0]); 328return Unsafe.As<byte, T>(ref finalResult.Data![0]);