3 references to NotNull
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
234AssertEx.NotNull(symbol, $"Couldn't find symbol to go-to-def for.");
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\TestExecutionLoadContext.cs (1)
68AssertEx.NotNull(entryPoint, "Attempting to execute an assembly that has no entrypoint; is your test trying to execute a DLL?");
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
UtilityTest\AsyncLazyTests.cs (1)
111AssertEx.NotNull(asyncContinuationRanSynchronously, "The continuation never ran.");