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