2 references to GetResultStorageOrNull
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
977
ref byte resultLoc = ref nextContinuation != null ? ref nextContinuation.
GetResultStorageOrNull
() : ref GetResultStorage();
1100
ref byte resultLoc = ref nextContinuation != null ? ref nextContinuation.
GetResultStorageOrNull
() : ref GetResultStorage();