7 references to NotNull
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (2)
153
AssertEx.
NotNull
(file, $"No source document was found in the pdb for the symbol.");
236
AssertEx.
NotNull
(symbol, $"Couldn't find symbol to go-to-def for.");
PdbSourceDocument\PdbSourceDocumentTests.cs (1)
849
AssertEx.
NotNull
(symbol, $"Couldn't find symbol to go-to-def for.");
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\RequiredMembersTests.cs (1)
40
AssertEx.
NotNull
(member, $"Member {memberPath} was not found");
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SignatureHelp\AbstractSignatureHelpProviderTests.cs (1)
409
AssertEx.
NotNull
(items, "Signature help provider returned null for items. Did you forget $$ in the test or is the test otherwise malformed, e.g. quotes not escaped?");
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
UtilityTest\AsyncLazyTests.cs (2)
111
AssertEx.
NotNull
(asyncContinuationRanSynchronously, "The continuation never ran.");
316
AssertEx.
NotNull
(arg.asynchronousComputation, $"The asynchronous computation was not expected to be running.");