3 references to Assert
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (1)
802
RoslynDebug.
Assert
(cscHostObject != null, "Wrong kind of host object passed in!");
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
37
Assert
(value is object, "Unexpected null reference");
Vbc.cs (1)
1105
RoslynDebug.
Assert
(vbcHostObject != null, "Wrong kind of host object passed in!");