6 references to Assert
mscorlib (6)
system\bcldebug.cs (1)
387
System.Diagnostics.
Assert
.Check(expr, "BCL Perf Warning: Your perf may be less than perfect because...", msg);
system\diagnostics\assertfilter.cs (1)
45
return (AssertFilters)
Assert
.ShowDefaultAssertDialog (condition, message, location.ToString(stackTraceFormat), windowTitle);
system\diagnostics\contracts\contractsbcl.cs (2)
61
System.Diagnostics.
Assert
.Fail("Asserting that we must use the rewriter went reentrant.", "Didn't rewrite this mscorlib?");
434
System.Diagnostics.
Assert
.Fail(conditionText, displayMessage, windowTitle, COR_E_CODECONTRACTFAILED, StackTrace.TraceFormat.Normal, numStackFramesToSkip);
system\environment.cs (2)
177
Assert
.Fail("[mscorlib recursive resource lookup bug]", message,
Assert
.COR_E_FAILFAST, System.Diagnostics.StackTrace.TraceFormat.NoResourceLookup);