26 references to AssertNotNull
Microsoft.CodeAnalysis (11)
AssemblyUtilities.cs (1)
31
RoslynDebug.
AssertNotNull
(directory);
CommandLine\CommandLineArguments.cs (1)
455
RoslynDebug.
AssertNotNull
(messageProviderOpt);
DocumentationCommentId.cs (1)
91
RoslynDebug.
AssertNotNull
(result);
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
82
RoslynDebug.
AssertNotNull
(typeRef);
95
RoslynDebug.
AssertNotNull
(typeRef);
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
428
RoslynDebug.
AssertNotNull
(_previousGeneration.InitialBaseline.LazyMetadataSymbols);
749
RoslynDebug.
AssertNotNull
(methodDef);
1935
RoslynDebug.
AssertNotNull
(methodDef);
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
114
RoslynDebug.
AssertNotNull
(info.Signature);
242
RoslynDebug.
AssertNotNull
(typeRef);
InternalUtilities\IncrementalHashExtensions.cs (1)
32
RoslynDebug.
AssertNotNull
(segment.Array);
Microsoft.CodeAnalysis.CSharp (15)
Compiler\MethodBodySynthesizer.Lowered.cs (2)
443
RoslynDebug.
AssertNotNull
(retExpression);
459
RoslynDebug.
AssertNotNull
(F.CurrentFunction);
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
454
RoslynDebug.
AssertNotNull
(otherContainer);
474
RoslynDebug.
AssertNotNull
(type);
Parser\Directives.cs (2)
241
RoslynDebug.
AssertNotNull
(_directives); // If 'prevIf' isn't null, then '_directives' wasn't null.
250
RoslynDebug.
AssertNotNull
(_directives); // If 'prevRegion' isn't null, then '_directives' wasn't null.
Parser\LanguageParser_Patterns.cs (1)
326
RoslynDebug.
AssertNotNull
(firstSubPattern);
Parser\Lexer.cs (5)
1821
RoslynDebug.
AssertNotNull
(info.Text);
1966
RoslynDebug.
AssertNotNull
(endOfLine);
3195
RoslynDebug.
AssertNotNull
(tagInfo.Text);
3863
RoslynDebug.
AssertNotNull
(info.Text);
4537
RoslynDebug.
AssertNotNull
(endOfLine);
SourceGeneration\CSharpSyntaxHelper.cs (1)
57
RoslynDebug.
AssertNotNull
(container);
Symbols\Metadata\PE\TupleTypeDecoder.cs (1)
133
RoslynDebug.
AssertNotNull
(metadataType);
Symbols\Source\SourceEventSymbol.cs (1)
233
RoslynDebug.
AssertNotNull
(_lazyCustomAttributesBag);