39 references to NotNull
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (12)
MapSourceRootTests.cs (2)
343AssertEx.NotNull(task.MappedSourceRoots); 448AssertEx.NotNull(task.MappedSourceRoots);
TargetTests.cs (10)
266AssertEx.NotNull(itemType); 270AssertEx.NotNull(metaName); 274AssertEx.NotNull(customMeta); 308AssertEx.NotNull(itemType); 312AssertEx.NotNull(metaName); 316AssertEx.NotNull(customMeta); 348AssertEx.NotNull(itemType); 352AssertEx.NotNull(metaName); 383AssertEx.NotNull(itemType); 387AssertEx.NotNull(metaName);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
EmbeddedLanguages\StackFrame\StackFrameSyntaxFactory.cs (1)
129AssertEx.NotNull(current);
StackTraceExplorer\StackTraceExplorerTests.cs (1)
53AssertEx.NotNull(expectedSymbol);
Utilities\StackFrameUtils.cs (1)
41AssertEx.NotNull(actual);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (15)
CodeLens\AbstractCodeLensTests.cs (1)
39AssertEx.NotNull(actualCodeLenses);
DocumentChanges\DocumentChangesTests.cs (6)
84AssertEx.NotNull(document); 205AssertEx.NotNull(document); 283AssertEx.NotNull(document); 322AssertEx.NotNull(document); 362AssertEx.NotNull(document); 446AssertEx.NotNull(document);
Miscellaneous\LspMiscellaneousFilesWorkspaceTests.cs (2)
241AssertEx.NotNull(miscDoc); 285AssertEx.NotNull(miscDoc);
VSTypeScriptHandlerTests.cs (1)
166AssertEx.NotNull(context.Document);
Workspaces\LspWorkspaceManagerTests.cs (5)
708AssertEx.NotNull(sourceGeneratedDocument); 725AssertEx.NotNull(sourceGeneratedDocument); 741AssertEx.NotNull(sourceGeneratedDocument); 748AssertEx.NotNull(sourceGeneratedDocument as SourceGeneratedDocument); 759AssertEx.NotNull(lspDocument);
Microsoft.CodeAnalysis.Rebuild.UnitTests (3)
CompilationOptionsReaderTests.cs (1)
35AssertEx.NotNull(originalPdbReader);
DeterministicKeyBuilderTests.cs (1)
96AssertEx.NotNull(compilation);
RebuildCommandLineTests.cs (1)
110AssertEx.NotNull(compilation);
Microsoft.CodeAnalysis.UnitTests (3)
Collections\SegmentedCollectionsMarshalTests.cs (3)
509AssertEx.NotNull(list); 640AssertEx.NotNull(set); 771AssertEx.NotNull(dictionary);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
UtilityTest\XmlDocumentationProviderTests.cs (1)
42AssertEx.NotNull(xml);
VBCSCompiler.UnitTests (2)
CompilerServerTests.cs (1)
244AssertEx.NotNull(bytes);
NamedPipeClientConnectionHostTests.cs (1)
137AssertEx.NotNull(stream);