Home
last modified time | relevance | path

Searched refs:DebugAssertTitle (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/diagnostics/
H A Dassertwrapper.cs139 …= SafeNativeMethods.MessageBox(IntPtr.Zero, fullMessage, SR.GetString(SR.DebugAssertTitle), flags); in ShowMessageBoxAssert()
145 …rval = new MessageBoxPopup(fullMessage, SR.GetString(SR.DebugAssertTitle), flags).ShowMessageBox(); in ShowMessageBoxAssert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs15 public const string DebugAssertTitle = "Assertion Failed: Cancel=Debug, OK=Continue"; field in SR