2 references to Assert
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\Tokenizer.cs (1)
396Debug.Assert(CurrentCharacter == current, "CurrentCharacter Assumption violated", "Assumed that the current character would be {0}, but it is actually {1}", current, CurrentCharacter);
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
408Debug.Assert((uriString.Length == 1) && (uriString[0] == '*'), "Unknown request Uri string format",