You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_continuationMethodTablePointer and _continuationSingletonEEClassPointer
are not filled on startup, but on the first creation of a Continuation
without metadata. Therefore, on a live target we may read a null MT if
we only read upon contract creation. Update this such that if these are
still null, we try again to read them.
Copy file name to clipboardExpand all lines: src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Contracts/Contracts/RuntimeTypeSystem_1.cs
Copy file name to clipboardExpand all lines: src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Contracts/RuntimeTypeSystemHelpers/TypeValidation.cs
0 commit comments