40 references to AssertNotNull
Microsoft.CodeAnalysis (11)
AssemblyUtilities.cs (1)
31
RoslynDebug.
AssertNotNull
(directory);
CommandLine\CommandLineArguments.cs (1)
455
RoslynDebug.
AssertNotNull
(messageProviderOpt);
DocumentationCommentId.cs (1)
85
RoslynDebug.
AssertNotNull
(result);
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
82
RoslynDebug.
AssertNotNull
(typeRef);
95
RoslynDebug.
AssertNotNull
(typeRef);
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
417
RoslynDebug.
AssertNotNull
(_previousGeneration.InitialBaseline.LazyMetadataSymbols);
697
RoslynDebug.
AssertNotNull
(methodDef);
1883
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 (16)
Compiler\MethodBodySynthesizer.Lowered.cs (2)
443
RoslynDebug.
AssertNotNull
(retExpression);
459
RoslynDebug.
AssertNotNull
(F.CurrentFunction);
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
446
RoslynDebug.
AssertNotNull
(otherContainer);
466
RoslynDebug.
AssertNotNull
(type);
Emitter\EditAndContinue\EmitHelpers.cs (3)
204
RoslynDebug.
AssertNotNull
(previousGeneration.Compilation);
205
RoslynDebug.
AssertNotNull
(previousGeneration.PEModuleBuilder);
206
RoslynDebug.
AssertNotNull
(moduleBeingBuilt.EncSymbolChanges);
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\Lexer.cs (5)
1836
RoslynDebug.
AssertNotNull
(info.Text);
1981
RoslynDebug.
AssertNotNull
(endOfLine);
3210
RoslynDebug.
AssertNotNull
(tagInfo.Text);
3878
RoslynDebug.
AssertNotNull
(info.Text);
4552
RoslynDebug.
AssertNotNull
(endOfLine);
Symbols\Metadata\PE\TupleTypeDecoder.cs (1)
133
RoslynDebug.
AssertNotNull
(metadataType);
Symbols\Source\SourceEventSymbol.cs (1)
233
RoslynDebug.
AssertNotNull
(_lazyCustomAttributesBag);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (13)
DynamicFlagsCustomTypeInfo.cs (1)
16
RoslynDebug.
AssertNotNull
(dynamicFlags);
ExpressionCompiler.cs (1)
178
RoslynDebug.
AssertNotNull
(lValue.FullName);
FrameDecoder.cs (1)
98
RoslynDebug.
AssertNotNull
(frame.InstructionAddress);
MetadataUtilities.cs (2)
154
RoslynDebug.
AssertNotNull
(corLibrary);
161
RoslynDebug.
AssertNotNull
(targetReference);
MetadataUtilities_Exceptions.cs (1)
18
RoslynDebug.
AssertNotNull
(moduleName);
PDB\ExternAliasRecord.cs (4)
21
RoslynDebug.
AssertNotNull
(alias);
22
RoslynDebug.
AssertNotNull
(targetAssembly);
30
RoslynDebug.
AssertNotNull
(alias);
31
RoslynDebug.
AssertNotNull
(targetIdentity);
PDB\MethodDebugInfo.cs (1)
63
RoslynDebug.
AssertNotNull
(defaultNamespaceName);
PDB\MethodDebugInfo.Native.cs (2)
119
RoslynDebug.
AssertNotNull
(symbolProvider);
543
RoslynDebug.
AssertNotNull
(importString);