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