2 writes to DiagnosticIP
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.ValueTaskSourceContinuation.cs (1)
85DiagnosticIP = null,
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (1)
148DiagnosticIP = null,
4 references to DiagnosticIP
System.Private.CoreLib (4)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
1189if (continuation != null && continuation.ResumeInfo != null && continuation.ResumeInfo->DiagnosticIP != null) 1194IntPtr ip = (IntPtr)continuation.ResumeInfo->DiagnosticIP;
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
614currentNativeIP = (ulong)state.Continuation.ResumeInfo->DiagnosticIP; 640currentNativeIP = (ulong)state.Continuation.ResumeInfo->DiagnosticIP;