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