4 references to Assert
Microsoft.CodeAnalysis.InteractiveHost (4)
FileUtilities.cs (2)
48RoslynDebug.Assert(searchPaths != null); 49RoslynDebug.Assert(fileExists != null);
PathUtilities.cs (2)
437RoslynDebug.Assert(!RoslynString.IsNullOrEmpty(root)); 494RoslynDebug.Assert(assemblyDisplayNameOrPath != null);