12 references to Fail
Microsoft.CodeAnalysis.Workspaces (12)
Editing\SyntaxEditor.cs (1)
254
Contract.
Fail
($"GetCurrentNode returned null with the following node: {OriginalNode}");
Remote\IRemoteKeepAliveService.cs (1)
74
Contract.
Fail
("Should have been disposed!");
src\Dependencies\Contracts\Contract.cs (10)
32
Fail
("Unexpected null", lineNumber, filePath);
45
Fail
("Unexpected null", lineNumber, filePath);
58
Fail
(message, lineNumber, filePath);
71
Fail
(message.GetFormattedText(), lineNumber, filePath);
84
Fail
("Unexpected false", lineNumber, filePath);
97
Fail
(message, lineNumber, filePath);
110
Fail
(message.GetFormattedText(), lineNumber, filePath);
123
Fail
("Unexpected true", lineNumber, filePath);
136
Fail
(message, lineNumber, filePath);
149
Fail
(message.GetFormattedText(), lineNumber, filePath);