1069 references to RoslynDebug
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
325
RoslynDebug
.Assert(response != null);
Microsoft.CodeAnalysis (196)
AssemblyUtilities.cs (3)
31
RoslynDebug
.AssertNotNull(directory);
62
RoslynDebug
.Assert(PathUtilities.IsAbsolute(assemblyPath));
63
RoslynDebug
.Assert(dependencyFilePaths != null);
AssemblyUtilitiesCore.cs (1)
29
RoslynDebug
.Assert(PathUtilities.IsAbsolute(filePath));
CaseInsensitiveComparison.cs (1)
359
RoslynDebug
.Assert(value != null);
CodeAnalysisResourcesLocalizableErrorArgument.cs (1)
18
RoslynDebug
.Assert(targetResourceId != null);
CodeGen\LocalConstantDefinition.cs (2)
26
RoslynDebug
.Assert(!RoslynString.IsNullOrEmpty(name));
27
RoslynDebug
.Assert(compileTimeValue != null);
CodeGen\MetadataConstant.cs (1)
19
RoslynDebug
.Assert(type != null);
CodeGen\PermissionSetAttribute.cs (3)
40
RoslynDebug
.Assert(resolvedPermissionSetFilePath != null);
96
RoslynDebug
.Assert(resolver != null);
118
RoslynDebug
.Assert(stream != null);
CodeGen\PrivateImplementationDetails.cs (9)
120
RoslynDebug
.Assert(systemObject != null);
121
RoslynDebug
.Assert(systemValueType != null);
307
RoslynDebug
.Assert(alignment is 1 or 2 or 4 or 8, $"Unexpected alignment: {alignment}");
618
RoslynDebug
.Assert(x is object && y is object);
621
RoslynDebug
.Assert(x.Name != null && y.Name != null);
695
RoslynDebug
.Assert(alignment is 1 or 2 or 4 or 8, $"Unexpected alignment: {alignment}");
823
RoslynDebug
.Assert(type != null);
842
RoslynDebug
.Assert(name != null);
843
RoslynDebug
.Assert(containingType != null);
CodeGen\ReferenceDependencyWalker.cs (3)
47
RoslynDebug
.Assert(typeReference != null);
103
RoslynDebug
.Assert(methodReference != null);
164
RoslynDebug
.Assert(fieldReference != null);
CodeGen\SwitchIntegralJumpTableEmitter.cs (6)
151
RoslynDebug
.Assert(firstConstant != null);
155
RoslynDebug
.Assert(secondConstant != null);
424
RoslynDebug
.Assert(constant != null &&
426
RoslynDebug
.Assert(targetLabel != null);
439
RoslynDebug
.Assert(constant != null &&
441
RoslynDebug
.Assert(targetLabel != null);
CodeGen\SwitchStringJumpTableEmitter.cs (4)
82
RoslynDebug
.Assert(emitStringCondBranchDelegate != null);
182
RoslynDebug
.Assert(stringConstant != null &&
184
RoslynDebug
.Assert(targetLabel != null);
195
RoslynDebug
.Assert(caseLabels != null);
Collections\ByteSequenceComparer.cs (1)
97
RoslynDebug
.Assert(x != null);
Collections\IdentifierCollection.cs (2)
49
RoslynDebug
.Assert(identifier != null);
95
RoslynDebug
.Assert(identifier != null);
Collections\SmallDictionary.cs (7)
203
RoslynDebug
.Assert(_root is object);
373
RoslynDebug
.Assert(unbalanced.Right is object);
385
RoslynDebug
.Assert(unbalanced.Left is object);
397
RoslynDebug
.Assert(unbalanced.Right is object);
398
RoslynDebug
.Assert(unbalanced.Right.Left is object);
425
RoslynDebug
.Assert(unbalanced.Left != null);
426
RoslynDebug
.Assert(unbalanced.Left.Right != null);
CommandLine\CommandLineArguments.cs (4)
403
RoslynDebug
.Assert(metadataResolver != null);
438
RoslynDebug
.Assert(metadataResolver != null);
455
RoslynDebug
.AssertNotNull(messageProviderOpt);
497
RoslynDebug
.Assert(analyzerReference is object);
CommandLine\CommandLineParser.cs (2)
30
RoslynDebug
.Assert(messageProvider != null);
980
RoslynDebug
.Assert(arg != null);
CommandLine\NoThrowStreamDisposer.cs (2)
36
RoslynDebug
.Assert(_failed != null);
56
RoslynDebug
.Assert(_failed == null);
Compilation.EmitStream.cs (9)
60
RoslynDebug
.Assert(emitStreamProvider != null);
61
RoslynDebug
.Assert(strongNameProvider != null || emitStreamSignKind == EmitStreamSignKind.None);
107
RoslynDebug
.Assert(!_created);
108
RoslynDebug
.Assert(diagnostics != null);
121
RoslynDebug
.Assert(_strongNameProvider != null);
168
RoslynDebug
.Assert(_created);
169
RoslynDebug
.Assert(_emitStreamSignKind != EmitStreamSignKind.SignedWithFile || _tempInfo.HasValue);
175
RoslynDebug
.Assert(_emitStreamSignKind == EmitStreamSignKind.SignedWithFile);
176
RoslynDebug
.Assert(_strongNameProvider is object);
Compilation.EmitStreamProvider.cs (1)
63
RoslynDebug
.Assert(stream != null);
Compilation\Compilation.cs (6)
84
RoslynDebug
.Assert(!references.IsDefault);
85
RoslynDebug
.Assert(features != null);
1817
RoslynDebug
.Assert(EventQueue != null);
1840
RoslynDebug
.Assert(EventQueue != null);
1864
RoslynDebug
.Assert(incoming is object);
1873
RoslynDebug
.Assert(incoming is object);
Compilation\LoadDirective.cs (3)
20
RoslynDebug
.Assert((resolvedPath != null) || !diagnostics.IsEmpty);
21
RoslynDebug
.Assert(!diagnostics.IsDefault);
22
RoslynDebug
.Assert(diagnostics.IsEmpty || diagnostics.All(d => d.Severity == DiagnosticSeverity.Error));
ConstantValue.cs (1)
113
RoslynDebug
.Assert(value != null);
ConstantValueSpecialized.cs (2)
148
RoslynDebug
.Assert(value != null, "null strings should be represented as Null constant.");
155
RoslynDebug
.Assert(value != null, "null strings should be represented as Null constant.");
CvtRes.cs (1)
703
RoslynDebug
.Assert(keyValuePair.Value != null);
Diagnostic\Diagnostic.cs (2)
471
RoslynDebug
.Assert(this.ProgrammaticSuppressionInfo == null);
472
RoslynDebug
.Assert(programmaticSuppressionInfo != null);
Diagnostic\Diagnostic.DiagnosticWithProgrammaticSuppression.cs (3)
25
RoslynDebug
.Assert(!originalUnsuppressedDiagnostic.IsSuppressed);
26
RoslynDebug
.Assert(originalUnsuppressedDiagnostic.ProgrammaticSuppressionInfo == null);
27
RoslynDebug
.Assert(programmaticSuppressionInfo != null);
Diagnostic\DiagnosticInfo.cs (1)
102
RoslynDebug
.Assert(arg != null);
Diagnostic\DiagnosticWithInfo.cs (2)
26
RoslynDebug
.Assert(info != null);
27
RoslynDebug
.Assert(location != null);
Diagnostic\MetadataLocation.cs (1)
21
RoslynDebug
.Assert(module != null);
DiagnosticAnalyzer\AnalysisContextInfo.cs (3)
101
RoslynDebug
.Assert(_file.Value.AdditionalFile != null);
108
RoslynDebug
.Assert(_file.HasValue);
109
RoslynDebug
.Assert(_file.Value.SourceTree != null);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1052
RoslynDebug
.Assert(!actionsForKind.IsEmpty, $"Unexpected empty action collection in {nameof(nodeActionsByKind)}");
1150
RoslynDebug
.Assert(!actionsForKind.IsEmpty, $"Unexpected empty action collection in {nameof(operationActionsByKind)}");
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (4)
225
RoslynDebug
.Assert(_lazyPendingMemberSymbolsMap != null, $"{nameof(_lazyPendingMemberSymbolsMap)} was expected to be a non-null value.");
231
RoslynDebug
.Assert(dependentSymbols == null, $"{nameof(dependentSymbols)} was expected to be null.");
235
RoslynDebug
.Assert(dependentSymbols != null, $"{nameof(dependentSymbols)} was expected to be a non-null value.");
236
RoslynDebug
.Assert(existingDependentSymbols.IsSubsetOf(dependentSymbols), $"{nameof(existingDependentSymbols)} was expected to be a subset of {nameof(dependentSymbols)}");
DiagnosticAnalyzer\SourceOrAdditionalFile.cs (1)
53
RoslynDebug
.Assert(AdditionalFile != null);
DocumentationCommentId.cs (1)
85
RoslynDebug
.AssertNotNull(result);
EmbeddedText.cs (8)
213
RoslynDebug
.Assert(stream != null);
214
RoslynDebug
.Assert(stream.CanRead);
215
RoslynDebug
.Assert(stream.CanSeek);
266
RoslynDebug
.Assert(bytes.Array != null);
295
RoslynDebug
.Assert(text != null);
296
RoslynDebug
.Assert(text.CanBeEmbedded);
297
RoslynDebug
.Assert(text.Encoding != null);
298
RoslynDebug
.Assert(text.PrecomputedEmbeddedTextBlob.IsDefault);
Emit\CommonPEModuleBuilder.cs (1)
1099
RoslynDebug
.Assert(alignment is 1 or 2 or 4 or 8, $"Unexpected alignment: {alignment}");
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
82
RoslynDebug
.AssertNotNull(typeRef);
95
RoslynDebug
.AssertNotNull(typeRef);
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
418
RoslynDebug
.AssertNotNull(_previousGeneration.InitialBaseline.LazyMetadataSymbols);
698
RoslynDebug
.AssertNotNull(methodDef);
1884
RoslynDebug
.AssertNotNull(methodDef);
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
114
RoslynDebug
.AssertNotNull(info.Signature);
242
RoslynDebug
.AssertNotNull(typeRef);
Emit\EditAndContinue\SymbolChanges.cs (1)
138
RoslynDebug
.Assert(synthesizedSymbol.Method != null);
EncodedStringText.cs (6)
90
RoslynDebug
.Assert(stream != null);
91
RoslynDebug
.Assert(stream.CanRead);
134
RoslynDebug
.Assert(data != null);
135
RoslynDebug
.Assert(encoding != null);
196
RoslynDebug
.Assert(stream != null);
197
RoslynDebug
.Assert(stream.Position == 0);
FileSystem\FileUtilities.cs (2)
50
RoslynDebug
.Assert(searchPaths != null);
51
RoslynDebug
.Assert(fileExists != null);
FileSystem\PathUtilities.cs (2)
438
RoslynDebug
.Assert(!RoslynString.IsNullOrEmpty(root));
495
RoslynDebug
.Assert(assemblyDisplayNameOrPath != null);
InternalUtilities\ArrayExtensions.cs (1)
158
RoslynDebug
.Assert(comparer != null);
InternalUtilities\ConsList`1.cs (1)
111
RoslynDebug
.Assert(_tail is object);
InternalUtilities\EnumField.cs (1)
23
RoslynDebug
.Assert(name != null);
InternalUtilities\IncrementalHashExtensions.cs (1)
32
RoslynDebug
.AssertNotNull(segment.Array);
InternalUtilities\InterlockedOperations.cs (1)
121
RoslynDebug
.Assert((object?)value != null);
InternalUtilities\JsonWriter.cs (2)
280
RoslynDebug
.Assert(pooledBuilder == null);
319
RoslynDebug
.Assert(pooledBuilder is object);
InternalUtilities\MultiDictionary.cs (1)
196
RoslynDebug
.Assert(_value is V); // Implies value != null
InternalUtilities\StringTable.cs (1)
534
RoslynDebug
.Assert((ascii[i] & 0x80) == 0, $"The {nameof(ascii)} input to this method must be valid ASCII.");
Operations\OperationMapBuilder.cs (1)
112
RoslynDebug
.Assert(
PEWriter\AssemblyReferenceAlias.cs (2)
27
RoslynDebug
.Assert(name != null);
28
RoslynDebug
.Assert(assembly != null);
PEWriter\DebugSourceDocument.cs (1)
28
RoslynDebug
.Assert(location != null);
PEWriter\ManagedResource.cs (1)
31
RoslynDebug
.Assert(streamProvider == null ^ fileReference == null);
PEWriter\MemberRefComparer.cs (1)
26
RoslynDebug
.Assert(x is object && y is object);
PEWriter\MethodSpecComparer.cs (1)
26
RoslynDebug
.Assert(x is object && y is object);
PEWriter\Miscellaneous.cs (2)
243
RoslynDebug
.Assert(sectionBytes != null);
244
RoslynDebug
.Assert(relocations != null);
PEWriter\ModifiedTypeReference.cs (1)
23
RoslynDebug
.Assert(modifiedType != null);
PEWriter\SequencePoint.cs (1)
33
RoslynDebug
.Assert(document != null);
PEWriter\SourceSpan.cs (1)
28
RoslynDebug
.Assert(document != null);
PEWriter\UsedNamespaceOrType.cs (5)
38
RoslynDebug
.Assert(type != null);
44
RoslynDebug
.Assert(@namespace != null);
50
RoslynDebug
.Assert(alias != null);
56
RoslynDebug
.Assert(xmlNamespace != null);
57
RoslynDebug
.Assert(prefix != null);
ResourceDescription.cs (1)
106
RoslynDebug
.Assert(resource != null);
SourceGeneration\GeneratedCodeUtilities.cs (2)
21
RoslynDebug
.Assert(symbol != null);
22
RoslynDebug
.Assert(generatedCodeAttribute != null);
SpecialTypes.cs (1)
100
RoslynDebug
.Assert(name is object);
SwitchConstantValueHelper.cs (5)
52
RoslynDebug
.Assert(first != null);
53
RoslynDebug
.Assert(second != null);
55
RoslynDebug
.Assert(IsValidSwitchCaseLabelConstant(first));
56
RoslynDebug
.Assert(IsValidSwitchCaseLabelConstant(second));
101
RoslynDebug
.Assert(first != null && second != null);
Symbols\Attributes\AttributeDescription.cs (3)
23
RoslynDebug
.Assert(@namespace != null);
24
RoslynDebug
.Assert(name != null);
25
RoslynDebug
.Assert(signatures != null);
Symbols\Attributes\AttributeUsageInfo.cs (1)
175
RoslynDebug
.Assert(targetResourceIds != null);
Symbols\TypedConstant.cs (1)
160
RoslynDebug
.Assert(type != null);
Syntax\GreenNode.cs (2)
117
RoslynDebug
.Assert(node != null, "PERF: caller must ensure that node!=null, we do not want to re-check that here.");
170
RoslynDebug
.Assert(node is object);
Syntax\InternalSyntax\SyntaxDiagnosticInfoList.cs (1)
138
RoslynDebug
.Assert(_stack is object);
Syntax\InternalSyntax\SyntaxList.cs (5)
29
RoslynDebug
.Assert(child0 != null);
30
RoslynDebug
.Assert(child1 != null);
48
RoslynDebug
.Assert(child0 != null);
49
RoslynDebug
.Assert(child1 != null);
50
RoslynDebug
.Assert(child2 != null);
Syntax\InternalSyntax\SyntaxList`1.cs (3)
60
RoslynDebug
.Assert(node is object);
66
RoslynDebug
.Assert(_node is object);
112
RoslynDebug
.Assert(_node is object);
Syntax\SyntaxNode.cs (5)
34
RoslynDebug
.Assert(position >= 0, "position cannot be negative");
35
RoslynDebug
.Assert(parent?.Green.IsList != true, "list cannot be a parent");
693
RoslynDebug
.Assert(tree != null);
779
RoslynDebug
.Assert(syntaxNode is object);
974
RoslynDebug
.Assert(node is object);
Syntax\SyntaxNodeOrTokenListBuilder.cs (3)
42
RoslynDebug
.Assert(innerNode is object);
77
RoslynDebug
.Assert(item.Node is object);
83
RoslynDebug
.Assert(item.UnderlyingNode is object);
Text\ChangedText.cs (2)
22
RoslynDebug
.Assert(newText != null);
24
RoslynDebug
.Assert(oldText != null);
Text\SourceText.cs (7)
292
RoslynDebug
.Assert(stream != null);
293
RoslynDebug
.Assert(encoding != null);
335
RoslynDebug
.Assert(buffer != null);
336
RoslynDebug
.Assert(encoding != null);
692
RoslynDebug
.Assert(algorithm != null);
701
RoslynDebug
.Assert(algorithm != null);
1225
RoslynDebug
.Assert(source != null);
Text\StringBuilderText.cs (1)
27
RoslynDebug
.Assert(builder != null);
Text\StringText.cs (1)
31
RoslynDebug
.Assert(source != null);
TreeDumper.cs (3)
81
RoslynDebug
.Assert(node != null);
82
RoslynDebug
.Assert(indent != null);
144
RoslynDebug
.Assert(node != null);
WellKnownTypes.cs (1)
755
RoslynDebug
.Assert(name == typeIdName, $"Enum name ({typeIdName}) and type name ({name}) must match at {i}");
Microsoft.CodeAnalysis.CSharp (845)
Binder\Binder.cs (38)
32
RoslynDebug
.Assert(compilation != null);
33
RoslynDebug
.Assert(this is BuckStopsHereBinder);
40
RoslynDebug
.Assert(next != null);
49
RoslynDebug
.Assert(next != null);
51
RoslynDebug
.Assert(!flags.Includes(BinderFlags.UncheckedRegion | BinderFlags.CheckedRegion));
53
RoslynDebug
.Assert(!flags.Includes(BinderFlags.InNestedFinallyBlock) || flags.Includes(BinderFlags.InFinallyBlock | BinderFlags.InCatchBlock));
113
RoslynDebug
.Assert(!this.Flags.Includes(BinderFlags.UncheckedRegion | BinderFlags.CheckedRegion));
167
RoslynDebug
.Assert(Next is object);
178
RoslynDebug
.Assert(binder is object);
187
RoslynDebug
.Assert(Next is object);
196
RoslynDebug
.Assert(Next is object);
244
RoslynDebug
.Assert(Next is object);
272
RoslynDebug
.Assert(token.SyntaxTree is object);
278
RoslynDebug
.Assert(Next is object);
310
RoslynDebug
.Assert(Next is object);
325
RoslynDebug
.Assert(Next is object);
341
RoslynDebug
.Assert(Next is object);
355
RoslynDebug
.Assert(Next is object);
369
RoslynDebug
.Assert(Next is object);
380
RoslynDebug
.Assert(Next is object);
392
RoslynDebug
.Assert(Next is object);
405
RoslynDebug
.Assert(Next is object);
414
RoslynDebug
.Assert(Next is object);
427
RoslynDebug
.Assert(member is null || member.Kind != SymbolKind.ErrorType);
465
RoslynDebug
.Assert(Next is object);
474
RoslynDebug
.Assert(Next is object);
483
RoslynDebug
.Assert(Next is object);
496
RoslynDebug
.Assert(Next is object);
562
RoslynDebug
.Assert(location is object);
569
RoslynDebug
.Assert(location is object);
641
RoslynDebug
.Assert(symbol is object);
643
RoslynDebug
.Assert(symbol.Kind == SymbolKind.NamedType ||
691
RoslynDebug
.Assert(diagnosticKind != ObsoleteDiagnosticKind.Lazy, "We forced attribute binding above.");
715
RoslynDebug
.Assert(diagnostics != null);
828
RoslynDebug
.Assert((location != null) ^ (syntax != null));
879
RoslynDebug
.Assert(expression.Type is object);
886
RoslynDebug
.Assert(statement.Kind != BoundKind.StatementList);
946
RoslynDebug
.Assert(current is object);
Binder\Binder.ValueChecks.cs (3)
1193
RoslynDebug
.Assert(expr is not BoundValuePlaceholderBase, $"Placeholder kind {expr.Kind} should be explicitly handled");
4724
RoslynDebug
.Assert(false, $"{expr.Kind} expression of {expr.Type} type");
5480
RoslynDebug
.Assert(false, $"{expr.Kind} expression of {expr.Type} type");
Binder\Binder_AnonymousTypes.cs (1)
220
RoslynDebug
.Assert(expressionType is object);
Binder\Binder_Attributes.cs (10)
39
RoslynDebug
.Assert(boundAttributeTypes != null);
86
RoslynDebug
.Assert(attributeDataArray != null);
287
RoslynDebug
.Assert((object)attributeType != null);
594
RoslynDebug
.Assert(namedArgument.NameEquals is object);
658
RoslynDebug
.Assert(namedArgument.NameEquals is object);
667
RoslynDebug
.Assert(namedArgumentType is object);
671
RoslynDebug
.Assert(namedArgument.NameEquals is object);
704
RoslynDebug
.Assert((object)attributeConstructor != null);
839
RoslynDebug
.Assert(node.Type is object);
1016
RoslynDebug
.Assert(type is object);
Binder\Binder_Await.cs (3)
571
RoslynDebug
.Assert(expression.Type is object);
692
RoslynDebug
.Assert(awaiterType is object);
725
RoslynDebug
.Assert(method != null);
Binder\Binder_Constraints.cs (2)
34
RoslynDebug
.Assert((object)containingSymbol != null);
62
RoslynDebug
.Assert(name is object);
Binder\Binder_Conversions.cs (11)
106
RoslynDebug
.Assert(source != null);
107
RoslynDebug
.Assert((object)destination != null);
108
RoslynDebug
.Assert(!isCast || conversionGroupOpt != null || wasCompilerGenerated);
120
RoslynDebug
.Assert(source.Type is object);
2550
RoslynDebug
.Assert(receiverOpt != null);
2679
RoslynDebug
.Assert(receiverOpt.Type is object);
2699
RoslynDebug
.Assert(receiverOpt.Type is object);
3096
RoslynDebug
.Assert(source != null);
3097
RoslynDebug
.Assert((object)destination != null);
3197
RoslynDebug
.Assert(sourceValue != null);
3204
RoslynDebug
.Assert((object)underlyingType != null);
Binder\Binder_Invocation.cs (1)
2455
RoslynDebug
.Assert(boundExpression.Type is FunctionPointerTypeSymbol);
Binder\Binder_Patterns.cs (9)
146
RoslynDebug
.Assert(node is not null);
151
RoslynDebug
.Assert(switchBinder is { });
160
RoslynDebug
.Assert(this.Next is { });
620
RoslynDebug
.Assert(expression.Type is { });
728
RoslynDebug
.Assert((object)inputType != null);
729
RoslynDebug
.Assert((object)patternType != null);
812
RoslynDebug
.Assert((object)expressionType != null);
858
RoslynDebug
.Assert(inputType is { });
887
RoslynDebug
.Assert(ContainingMemberOrLambda is { });
Binder\Binder_Symbols.cs (1)
463
RoslynDebug
.Assert(@delegate.SyntaxTree is object);
Binder\DecisionDagBuilder.cs (19)
328
RoslynDebug
.Assert(getLengthProperty.Type.SpecialType == SpecialType.System_Int32);
331
RoslynDebug
.Assert(iTupleType.Name == "ITuple");
412
RoslynDebug
.Assert(declaration.Variable == null);
522
RoslynDebug
.Assert(input.Type.IsErrorType() || recursive.HasErrors || recursive.InputType.IsErrorType() || input.Type.Equals(recursive.InputType, TypeCompareKind.AllIgnoreOptions));
572
RoslynDebug
.Assert(recursive.HasAnyErrors);
755
RoslynDebug
.Assert(rootDecisionDagNode != null);
894
RoslynDebug
.Assert(state.SelectedTest == null);
895
RoslynDebug
.Assert(state.TrueBranch == null);
896
RoslynDebug
.Assert(state.FalseBranch == null);
1012
RoslynDebug
.Assert(!(first.RemainingTests is Tests.False));
1022
RoslynDebug
.Assert(state.TrueBranch == null);
1023
RoslynDebug
.Assert(state.FalseBranch is { });
1028
RoslynDebug
.Assert(whenFalse is { });
1046
RoslynDebug
.Assert(next is { });
1047
RoslynDebug
.Assert(state.FalseBranch == null);
1055
RoslynDebug
.Assert(whenTrue is { });
1056
RoslynDebug
.Assert(whenFalse is { });
1949
RoslynDebug
.Assert(x is { });
1950
RoslynDebug
.Assert(y is { });
Binder\ForEachEnumeratorInfo.cs (5)
67
RoslynDebug
.Assert((object)collectionType != null, $"Field '{nameof(collectionType)}' cannot be null");
68
RoslynDebug
.Assert(elementType.HasType, $"Field '{nameof(elementType)}' cannot be null");
69
RoslynDebug
.Assert((object)getEnumeratorInfo != null, $"Field '{nameof(getEnumeratorInfo)}' cannot be null");
70
RoslynDebug
.Assert((object)currentPropertyGetter != null, $"Field '{nameof(currentPropertyGetter)}' cannot be null");
71
RoslynDebug
.Assert((object)moveNextInfo != null, $"Field '{nameof(moveNextInfo)}' cannot be null");
Binder\RefSafetyAnalysis.cs (3)
327
RoslynDebug
.Assert(added, $"Expression {expr} `{expr.Syntax}` visited more than once.");
340
RoslynDebug
.Assert(_visited.Contains(expr), $"Expected {expr} `{expr.Syntax}` to be visited.");
1257
RoslynDebug
.Assert(location is object);
Binder\Semantics\Conversions\Conversion.cs (1)
257
RoslynDebug
.Assert(isTrivial, $"this conversion needs additional data: {kind}");
BoundTree\BoundDagEvaluation.cs (2)
86
RoslynDebug
.Assert(value > 0, "Id must be positive but was set to " + value);
87
RoslynDebug
.Assert(_id == -1, $"Id was set to {_id} and set again to {value}");
BoundTree\BoundNode.cs (1)
359
RoslynDebug
.Assert((_attributes & BoundNodeAttributes.ParamsArrayOrCollection) == 0, $"{nameof(BoundNodeAttributes.ParamsArrayOrCollection)} flag should not be set twice or reset");
BoundTree\Formatting.cs (1)
21
RoslynDebug
.Assert(this.Type is { }, $"Unexpected null type in {this.GetType().Name}");
BoundTree\NullabilityRewriter.cs (1)
176
RoslynDebug
.Assert(updatedSymbol is object);
CodeGen\EmitArrayInitializer.cs (1)
433
RoslynDebug
.Assert(_diagnostics.DiagnosticBag is not null, $"Expected non-null {nameof(_diagnostics)}.{nameof(_diagnostics.DiagnosticBag)}");
CommandLine\CSharpCommandLineParser.cs (1)
1618
RoslynDebug
.Assert(!RoslynString.IsNullOrEmpty(switchName));
Compilation\CSharpCompilation.cs (16)
445
RoslynDebug
.Assert(options != null);
1271
RoslynDebug
.Assert(directive.SyntaxTree.FilePath is object);
1412
RoslynDebug
.Assert(_lazyAssemblySymbol is object);
1949
RoslynDebug
.Assert(diagnostics.DiagnosticBag is object);
2017
RoslynDebug
.Assert(simpleProgramEntryPointSymbol is object);
2030
RoslynDebug
.Assert(noMainFoundDiagnostics.DiagnosticBag is object);
2245
RoslynDebug
.Assert(!namedType.IsDynamic());
2729
RoslynDebug
.Assert(externAliasesToCheck is object);
2753
RoslynDebug
.Assert(diagnostics.DependenciesBag is object);
2759
RoslynDebug
.Assert(bindingDiagnostics.DependenciesBag is object);
2838
RoslynDebug
.Assert(_lazyImportInfos is object);
2997
RoslynDebug
.Assert(builder.DiagnosticBag is object);
3075
RoslynDebug
.Assert(methodBodyDiagnostics.DiagnosticBag is object);
3103
RoslynDebug
.Assert(diagnostics.DiagnosticBag is object);
3306
RoslynDebug
.Assert(syntaxTree != null);
4801
RoslynDebug
.Assert(symbol is object);
Compilation\MemberSemanticModel.cs (1)
728
RoslynDebug
.Assert(remappedSymbol is object);
Compiler\DocumentationCommentCompiler.cs (1)
1379
RoslynDebug
.Assert(_indentDepth == t.InitialIndentDepth, $"Temporary strings should be indent-neutral (was {t.InitialIndentDepth}, is {_indentDepth})");
Compiler\MethodBodySynthesizer.Lowered.cs (2)
443
RoslynDebug
.AssertNotNull(retExpression);
459
RoslynDebug
.AssertNotNull(F.CurrentFunction);
Compiler\TypeCompilationState.cs (3)
35
RoslynDebug
.Assert(method != null);
36
RoslynDebug
.Assert(body != null);
227
RoslynDebug
.Assert((object)next != null);
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
454
RoslynDebug
.AssertNotNull(otherContainer);
474
RoslynDebug
.AssertNotNull(type);
Emitter\Model\EventSymbolAdapter.cs (4)
32
RoslynDebug
.Assert((object?)addMethod != null);
39
RoslynDebug
.Assert((object?)removeMethod != null);
52
RoslynDebug
.Assert((object?)addMethod != null);
63
RoslynDebug
.Assert((object?)removeMethod != null);
Errors\ErrorFacts.cs (2)
138
RoslynDebug
.Assert(!string.IsNullOrEmpty(message), $"{code}");
146
RoslynDebug
.Assert(!string.IsNullOrEmpty(message), $"{code}");
Errors\XmlSyntaxDiagnosticInfo.cs (1)
43
RoslynDebug
.Assert(!string.IsNullOrEmpty(message));
FlowAnalysis\AbstractFlowPass.cs (1)
896
RoslynDebug
.Assert(false, $"Should Visit{node.Kind} be overridden in {this.GetType().Name}?");
FlowAnalysis\NullableWalker.cs (4)
1955
RoslynDebug
.Assert(AreCloseEnough(originalSymbol, updatedSymbol), $"Attempting to set {node.Syntax} from {originalSymbol.ToDisplayString()} to {updatedSymbol.ToDisplayString()}");
13495
RoslynDebug
.Assert(x.symbol is object);
13496
RoslynDebug
.Assert(y.symbol is object);
13506
RoslynDebug
.Assert(obj.symbol is object);
FlowAnalysis\NullableWalker.DebugVerifier.cs (4)
50
RoslynDebug
.Assert(false, $"Analyzed {verifier._analyzedNullabilityMap.Count} nodes in NullableWalker, but DebugVerifier expects {verifier._visitedExpressions.Count}. Example of unverified node: {analyzedNode.GetDebuggerDisplay()}");
60
RoslynDebug
.Assert(false, $"Analyzed {verifier._analyzedNullabilityMap.Count} nodes in NullableWalker, but DebugVerifier expects {verifier._visitedExpressions.Count}. Example of unanalyzed node: {verifiedNode.GetDebuggerDisplay()}");
71
RoslynDebug
.Assert(!_analyzedNullabilityMap.ContainsKey(expression), $"Found unexpected {expression} `{expression.Syntax}` in the map.");
75
RoslynDebug
.Assert(_analyzedNullabilityMap.ContainsKey(expression), $"Did not find {expression} `{expression.Syntax}` in the map.");
FlowAnalysis\NullableWalker.SnapshotManager.cs (6)
118
RoslynDebug
.Assert(_walkerSharedStates.Length > _incrementalSnapshots[position].snapshot.SharedStateIndex, $"Did not find shared state for {node} `{node.Syntax}`.");
126
RoslynDebug
.Assert((object)originalSymbol != updatedSymbol, $"Recorded exact same symbol for {debugText}");
127
RoslynDebug
.Assert(originalSymbol is object, $"Recorded null original symbol for {debugText}");
128
RoslynDebug
.Assert(updatedSymbol is object, $"Recorded null updated symbol for {debugText}");
129
RoslynDebug
.Assert(AreCloseEnough(originalSymbol, updatedSymbol), @$"Symbol for `{debugText}` changed:
183
RoslynDebug
.Assert(symbol is object);
Generated\BoundNodes.xml.Generated.cs (575)
277
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
278
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
294
RoslynDebug
.Assert(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
295
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
296
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
324
RoslynDebug
.Assert(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
325
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
326
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
354
RoslynDebug
.Assert(parameter is object, "Field 'parameter' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
355
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
356
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
384
RoslynDebug
.Assert(statement is object, "Field 'statement' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
485
RoslynDebug
.Assert(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
515
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
525
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
556
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
564
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
620
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
628
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
655
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
664
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
693
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
701
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
728
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
737
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
766
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
774
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
801
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
809
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
836
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
844
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
871
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
879
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
937
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
965
RoslynDebug
.Assert(!symbols.IsDefault, "Field 'symbols' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
966
RoslynDebug
.Assert(!childBoundNodes.IsDefault, "Field 'childBoundNodes' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
998
RoslynDebug
.Assert(!childBoundNodes.IsDefault, "Field 'childBoundNodes' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
1026
RoslynDebug
.Assert(finallyBlock is object, "Field 'finallyBlock' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1054
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1089
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1098
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1127
RoslynDebug
.Assert(namespaceSymbol is object, "Field 'namespaceSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1137
RoslynDebug
.Assert(namespaceSymbol is object, "Field 'namespaceSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1168
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1169
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1210
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1211
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1258
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1259
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1290
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1319
RoslynDebug
.Assert(targetMethod is object, "Field 'targetMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1320
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1330
RoslynDebug
.Assert(targetMethod is object, "Field 'targetMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1331
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1362
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1363
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1394
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1395
RoslynDebug
.Assert(index is object, "Field 'index' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1396
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1431
RoslynDebug
.Assert(invokedExpression is object, "Field 'invokedExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1432
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
1433
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1468
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1469
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1500
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1501
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1530
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1531
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1562
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1563
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1594
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1627
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1628
RoslynDebug
.Assert(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1629
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1646
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1647
RoslynDebug
.Assert(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1648
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1680
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1681
RoslynDebug
.Assert(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1682
RoslynDebug
.Assert(operators is object, "Field 'operators' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1683
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1718
RoslynDebug
.Assert(logicalOperator is object, "Field 'logicalOperator' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1719
RoslynDebug
.Assert(trueOperator is object, "Field 'trueOperator' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1720
RoslynDebug
.Assert(falseOperator is object, "Field 'falseOperator' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1721
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1722
RoslynDebug
.Assert(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1723
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1771
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1772
RoslynDebug
.Assert(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1773
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1818
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1819
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1852
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1853
RoslynDebug
.Assert(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1854
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1887
RoslynDebug
.Assert(leftOperand is object, "Field 'leftOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1888
RoslynDebug
.Assert(rightOperand is object, "Field 'rightOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1889
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1928
RoslynDebug
.Assert(leftOperand is object, "Field 'leftOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1929
RoslynDebug
.Assert(rightOperand is object, "Field 'rightOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1959
RoslynDebug
.Assert(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1960
RoslynDebug
.Assert(consequence is object, "Field 'consequence' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1961
RoslynDebug
.Assert(alternative is object, "Field 'alternative' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1998
RoslynDebug
.Assert(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1999
RoslynDebug
.Assert(consequence is object, "Field 'consequence' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2000
RoslynDebug
.Assert(alternative is object, "Field 'alternative' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2001
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2042
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2043
RoslynDebug
.Assert(!indices.IsDefault, "Field 'indices' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
2044
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2075
RoslynDebug
.Assert(arrayAccess is object, "Field 'arrayAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2104
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2105
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2175
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2176
RoslynDebug
.Assert(awaitableInfo is object, "Field 'awaitableInfo' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2177
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2210
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2219
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2234
RoslynDebug
.Assert(sourceType is object, "Field 'sourceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2235
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2263
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
2295
RoslynDebug
.Assert(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2296
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2309
RoslynDebug
.Assert(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2310
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2339
RoslynDebug
.Assert(local is object, "Field 'local' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2340
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2350
RoslynDebug
.Assert(local is object, "Field 'local' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2351
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2382
RoslynDebug
.Assert(parameter is object, "Field 'parameter' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2383
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2393
RoslynDebug
.Assert(parameter is object, "Field 'parameter' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2394
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2425
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2433
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2460
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2468
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2495
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2504
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2533
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2541
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2568
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2576
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2603
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2611
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2638
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2646
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2673
RoslynDebug
.Assert(document is object, "Field 'document' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2674
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2683
RoslynDebug
.Assert(document is object, "Field 'document' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2684
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2713
RoslynDebug
.Assert(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2714
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2724
RoslynDebug
.Assert(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2725
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2756
RoslynDebug
.Assert(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2757
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2767
RoslynDebug
.Assert(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2768
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2822
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2853
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2854
RoslynDebug
.Assert(targetType is object, "Field 'targetType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2855
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2888
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2889
RoslynDebug
.Assert(targetType is object, "Field 'targetType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2890
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2925
RoslynDebug
.Assert(sourceType is object, "Field 'sourceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2926
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2957
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2958
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2999
RoslynDebug
.Assert(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3000
RoslynDebug
.Assert(conversionMethod is object, "Field 'conversionMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3001
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3032
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3040
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3067
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3098
RoslynDebug
.Assert(elementPointerType is object, "Field 'elementPointerType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3099
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3100
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3203
RoslynDebug
.Assert(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3212
RoslynDebug
.Assert(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3240
RoslynDebug
.Assert(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3249
RoslynDebug
.Assert(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3308
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3309
RoslynDebug
.Assert(!localFunctions.IsDefault, "Field 'localFunctions' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3310
RoslynDebug
.Assert(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3344
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3345
RoslynDebug
.Assert(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3373
RoslynDebug
.Assert(!fields.IsDefault, "Field 'fields' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3374
RoslynDebug
.Assert(statement is object, "Field 'statement' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3404
RoslynDebug
.Assert(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3440
RoslynDebug
.Assert(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3454
RoslynDebug
.Assert(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3480
RoslynDebug
.Assert(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3510
RoslynDebug
.Assert(symbol is object, "Field 'symbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3602
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3672
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3700
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3709
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3737
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3746
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3774
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3775
RoslynDebug
.Assert(!innerLocals.IsDefault, "Field 'innerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3776
RoslynDebug
.Assert(!innerLocalFunctions.IsDefault, "Field 'innerLocalFunctions' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3777
RoslynDebug
.Assert(!switchSections.IsDefault, "Field 'switchSections' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3778
RoslynDebug
.Assert(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3779
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3819
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3820
RoslynDebug
.Assert(!cases.IsDefault, "Field 'cases' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3821
RoslynDebug
.Assert(defaultLabel is object, "Field 'defaultLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3855
RoslynDebug
.Assert(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3856
RoslynDebug
.Assert(consequence is object, "Field 'consequence' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3888
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3889
RoslynDebug
.Assert(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3899
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3900
RoslynDebug
.Assert(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3916
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3917
RoslynDebug
.Assert(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3918
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3919
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3920
RoslynDebug
.Assert(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3938
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3939
RoslynDebug
.Assert(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3940
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3941
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3942
RoslynDebug
.Assert(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3968
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3969
RoslynDebug
.Assert(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3970
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3971
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3972
RoslynDebug
.Assert(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3998
RoslynDebug
.Assert(!outerLocals.IsDefault, "Field 'outerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3999
RoslynDebug
.Assert(!innerLocals.IsDefault, "Field 'innerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4000
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4001
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4002
RoslynDebug
.Assert(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4040
RoslynDebug
.Assert(iterationVariableType is object, "Field 'iterationVariableType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4041
RoslynDebug
.Assert(!iterationVariables.IsDefault, "Field 'iterationVariables' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4042
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4043
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4044
RoslynDebug
.Assert(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4045
RoslynDebug
.Assert(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4091
RoslynDebug
.Assert(deconstructionAssignment is object, "Field 'deconstructionAssignment' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4092
RoslynDebug
.Assert(targetPlaceholder is object, "Field 'targetPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4122
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4123
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4161
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4162
RoslynDebug
.Assert(declarations is object, "Field 'declarations' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4163
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4195
RoslynDebug
.Assert(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4196
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4226
RoslynDebug
.Assert(tryBlock is object, "Field 'tryBlock' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4227
RoslynDebug
.Assert(!catchBlocks.IsDefault, "Field 'catchBlocks' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4263
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4264
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4335
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4336
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4345
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4346
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4375
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4383
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4410
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4418
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4445
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4453
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4509
RoslynDebug
.Assert(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4510
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4522
RoslynDebug
.Assert(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4523
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4558
RoslynDebug
.Assert(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4559
RoslynDebug
.Assert(emitExpressions is object, "Field 'emitExpressions' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4560
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4570
RoslynDebug
.Assert(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4571
RoslynDebug
.Assert(emitExpressions is object, "Field 'emitExpressions' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4572
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4603
RoslynDebug
.Assert(rangeVariableSymbol is object, "Field 'rangeVariableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4604
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4605
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4636
RoslynDebug
.Assert(parameterSymbol is object, "Field 'parameterSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4637
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4646
RoslynDebug
.Assert(parameterSymbol is object, "Field 'parameterSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4647
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4676
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4685
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4713
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4745
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4746
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4776
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4785
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4813
RoslynDebug
.Assert(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4822
RoslynDebug
.Assert(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4850
RoslynDebug
.Assert(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4851
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4883
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4884
RoslynDebug
.Assert(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4885
RoslynDebug
.Assert(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4907
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4908
RoslynDebug
.Assert(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4909
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4910
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4946
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4947
RoslynDebug
.Assert(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4948
RoslynDebug
.Assert(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4974
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4975
RoslynDebug
.Assert(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4976
RoslynDebug
.Assert(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4977
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5008
RoslynDebug
.Assert(rootNode is object, "Field 'rootNode' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5050
RoslynDebug
.Assert(evaluation is object, "Field 'evaluation' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5051
RoslynDebug
.Assert(next is object, "Field 'next' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5081
RoslynDebug
.Assert(test is object, "Field 'test' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5082
RoslynDebug
.Assert(whenTrue is object, "Field 'whenTrue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5083
RoslynDebug
.Assert(whenFalse is object, "Field 'whenFalse' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5115
RoslynDebug
.Assert(!bindings.IsDefault, "Field 'bindings' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5116
RoslynDebug
.Assert(whenTrue is object, "Field 'whenTrue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5150
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5159
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5187
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5201
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5233
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5234
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5262
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5290
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5316
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5317
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5345
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5346
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5376
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5388
RoslynDebug
.Assert(deconstructMethod is object, "Field 'deconstructMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5389
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5417
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5418
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5446
RoslynDebug
.Assert(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5447
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5475
RoslynDebug
.Assert(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5476
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5506
RoslynDebug
.Assert(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5507
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5537
RoslynDebug
.Assert(indexerType is object, "Field 'indexerType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5538
RoslynDebug
.Assert(lengthTemp is object, "Field 'lengthTemp' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5539
RoslynDebug
.Assert(indexerAccess is object, "Field 'indexerAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5540
RoslynDebug
.Assert(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5541
RoslynDebug
.Assert(argumentPlaceholder is object, "Field 'argumentPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5542
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5584
RoslynDebug
.Assert(sliceType is object, "Field 'sliceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5585
RoslynDebug
.Assert(lengthTemp is object, "Field 'lengthTemp' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5586
RoslynDebug
.Assert(indexerAccess is object, "Field 'indexerAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5587
RoslynDebug
.Assert(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5588
RoslynDebug
.Assert(argumentPlaceholder is object, "Field 'argumentPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5589
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5633
RoslynDebug
.Assert(target is object, "Field 'target' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5634
RoslynDebug
.Assert(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5662
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5663
RoslynDebug
.Assert(!switchLabels.IsDefault, "Field 'switchLabels' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5664
RoslynDebug
.Assert(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5694
RoslynDebug
.Assert(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5695
RoslynDebug
.Assert(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5741
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5769
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5770
RoslynDebug
.Assert(!sideEffects.IsDefault, "Field 'sideEffects' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5771
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5772
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5805
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5806
RoslynDebug
.Assert(!sideEffects.IsDefault, "Field 'sideEffects' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5807
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5808
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5841
RoslynDebug
.Assert(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5842
RoslynDebug
.Assert(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5843
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5880
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5881
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5897
RoslynDebug
.Assert(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5898
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5899
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5900
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5933
RoslynDebug
.Assert(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5934
RoslynDebug
.Assert(accessExpression is object, "Field 'accessExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5935
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5966
RoslynDebug
.Assert(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5967
RoslynDebug
.Assert(whenNotNull is object, "Field 'whenNotNull' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5968
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6007
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6016
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6045
RoslynDebug
.Assert(valueTypeReceiver is object, "Field 'valueTypeReceiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6046
RoslynDebug
.Assert(referenceTypeReceiver is object, "Field 'referenceTypeReceiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6047
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6078
RoslynDebug
.Assert(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6079
RoslynDebug
.Assert(!methods.IsDefault, "Field 'methods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6119
RoslynDebug
.Assert(!properties.IsDefault, "Field 'properties' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6147
RoslynDebug
.Assert(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6148
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6149
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6202
RoslynDebug
.Assert(@event is object, "Field '@event' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6203
RoslynDebug
.Assert(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6204
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6241
RoslynDebug
.Assert(!constructorArguments.IsDefault, "Field 'constructorArguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6242
RoslynDebug
.Assert(!namedArguments.IsDefault, "Field 'namedArguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6243
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6286
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6287
RoslynDebug
.Assert(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6324
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6332
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6345
RoslynDebug
.Assert(constructor is object, "Field 'constructor' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6346
RoslynDebug
.Assert(!constructorsGroup.IsDefault, "Field 'constructorsGroup' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6347
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6348
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6396
RoslynDebug
.Assert(!elements.IsDefault, "Field 'elements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6410
RoslynDebug
.Assert(!elements.IsDefault, "Field 'elements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6437
RoslynDebug
.Assert(unconvertedCollectionExpression is object, "Field 'unconvertedCollectionExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6438
RoslynDebug
.Assert(!elements.IsDefault, "Field 'elements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6439
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6510
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6550
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6568
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6595
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6625
RoslynDebug
.Assert(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6626
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6627
RoslynDebug
.Assert(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6628
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6668
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6700
RoslynDebug
.Assert(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6701
RoslynDebug
.Assert(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6702
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6719
RoslynDebug
.Assert(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6720
RoslynDebug
.Assert(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6721
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6747
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6748
RoslynDebug
.Assert(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6749
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6796
RoslynDebug
.Assert(memberName is object, "Field 'memberName' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6797
RoslynDebug
.Assert(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6798
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6808
RoslynDebug
.Assert(memberName is object, "Field 'memberName' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6809
RoslynDebug
.Assert(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6810
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6841
RoslynDebug
.Assert(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6842
RoslynDebug
.Assert(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6843
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6869
RoslynDebug
.Assert(addMethod is object, "Field 'addMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6870
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6871
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6914
RoslynDebug
.Assert(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6915
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6916
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6917
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6946
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6954
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6981
RoslynDebug
.Assert(constructor is object, "Field 'constructor' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6982
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6983
RoslynDebug
.Assert(!declarations.IsDefault, "Field 'declarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6984
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7017
RoslynDebug
.Assert(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7018
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7027
RoslynDebug
.Assert(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7028
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7057
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7087
RoslynDebug
.Assert(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7088
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7123
RoslynDebug
.Assert(!bounds.IsDefault, "Field 'bounds' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7124
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7155
RoslynDebug
.Assert(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7186
RoslynDebug
.Assert(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7187
RoslynDebug
.Assert(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7205
RoslynDebug
.Assert(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7206
RoslynDebug
.Assert(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7232
RoslynDebug
.Assert(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7233
RoslynDebug
.Assert(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7234
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7261
RoslynDebug
.Assert(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7262
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7301
RoslynDebug
.Assert(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7302
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7311
RoslynDebug
.Assert(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7312
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7341
RoslynDebug
.Assert(propertySymbol is object, "Field 'propertySymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7342
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7379
RoslynDebug
.Assert(eventSymbol is object, "Field 'eventSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7380
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7415
RoslynDebug
.Assert(indexer is object, "Field 'indexer' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7416
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7417
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7466
RoslynDebug
.Assert(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7467
RoslynDebug
.Assert(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7468
RoslynDebug
.Assert(lengthOrCountAccess is object, "Field 'lengthOrCountAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7469
RoslynDebug
.Assert(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7470
RoslynDebug
.Assert(indexerOrSliceAccess is object, "Field 'indexerOrSliceAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7471
RoslynDebug
.Assert(!argumentPlaceholders.IsDefault, "Field 'argumentPlaceholders' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7472
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7515
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7516
RoslynDebug
.Assert(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7517
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7556
RoslynDebug
.Assert(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7557
RoslynDebug
.Assert(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7558
RoslynDebug
.Assert(!applicableIndexers.IsDefault, "Field 'applicableIndexers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7559
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7596
RoslynDebug
.Assert(unboundLambda is object, "Field 'unboundLambda' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7597
RoslynDebug
.Assert(symbol is object, "Field 'symbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7598
RoslynDebug
.Assert(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7599
RoslynDebug
.Assert(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7636
RoslynDebug
.Assert(data is object, "Field 'data' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7647
RoslynDebug
.Assert(data is object, "Field 'data' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7680
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7681
RoslynDebug
.Assert(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7682
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7721
RoslynDebug
.Assert(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7747
RoslynDebug
.Assert(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7748
RoslynDebug
.Assert(constantValueOpt is object, "Field 'constantValueOpt' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7749
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7780
RoslynDebug
.Assert(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7796
RoslynDebug
.Assert(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7822
RoslynDebug
.Assert(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7878
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7887
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7916
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7951
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7952
RoslynDebug
.Assert(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7953
RoslynDebug
.Assert(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7954
RoslynDebug
.Assert(whenTrueLabel is object, "Field 'whenTrueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7955
RoslynDebug
.Assert(whenFalseLabel is object, "Field 'whenFalseLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7993
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7994
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8004
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8005
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8021
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8022
RoslynDebug
.Assert(constantValue is object, "Field 'constantValue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8023
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8024
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8058
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8059
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8071
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8072
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8098
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8099
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8115
RoslynDebug
.Assert(declaredType is object, "Field 'declaredType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8116
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8117
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8151
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8152
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8192
RoslynDebug
.Assert(!subpatterns.IsDefault, "Field 'subpatterns' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
8193
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8194
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8236
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8237
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8275
RoslynDebug
.Assert(getLengthMethod is object, "Field 'getLengthMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8276
RoslynDebug
.Assert(getItemMethod is object, "Field 'getItemMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8277
RoslynDebug
.Assert(!subpatterns.IsDefault, "Field 'subpatterns' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
8278
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8279
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8315
RoslynDebug
.Assert(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8329
RoslynDebug
.Assert(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8357
RoslynDebug
.Assert(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8387
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8419
RoslynDebug
.Assert(declaredType is object, "Field 'declaredType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8420
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8421
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8455
RoslynDebug
.Assert(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8456
RoslynDebug
.Assert(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8457
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8458
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8494
RoslynDebug
.Assert(negated is object, "Field 'negated' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8495
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8496
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8528
RoslynDebug
.Assert(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8529
RoslynDebug
.Assert(constantValue is object, "Field 'constantValue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8530
RoslynDebug
.Assert(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8531
RoslynDebug
.Assert(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8602
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8630
RoslynDebug
.Assert(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8647
RoslynDebug
.Assert(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8673
RoslynDebug
.Assert(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8770
RoslynDebug
.Assert(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
8800
RoslynDebug
.Assert(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8831
RoslynDebug
.Assert(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8832
RoslynDebug
.Assert(initializerExpression is object, "Field 'initializerExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8833
RoslynDebug
.Assert(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (2)
571
RoslynDebug
.Assert(functionSymbol is object);
767
RoslynDebug
.Assert(scope == _currentScope.Parent, $"{nameof(scope)} must be {nameof(_currentScope)} or {nameof(_currentScope)}.{nameof(_currentScope.Parent)}");
Lowering\ClosureConversion\ClosureConversion.cs (5)
176
RoslynDebug
.Assert(analysis != null);
177
RoslynDebug
.Assert((object)thisType != null);
178
RoslynDebug
.Assert(method != null);
179
RoslynDebug
.Assert(compilationState != null);
180
RoslynDebug
.Assert(diagnostics != null);
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (2)
59
RoslynDebug
.Assert(!(lambdaFrame is null));
67
RoslynDebug
.Assert(lambdaFrame is null);
Lowering\LocalRewriter\LocalRewriter.cs (2)
1125
RoslynDebug
.Assert(expr is not BoundValuePlaceholderBase, $"Placeholder kind {expr.Kind} must be handled explicitly");
1282
RoslynDebug
.Assert(false, $"Bound nodes of kind {node.Kind} should not survive past local rewriting");
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
226
RoslynDebug
.Assert(SyntaxBindingUtilities.BindsToResumableStateMachineState(node) || SyntaxBindingUtilities.BindsToTryStatement(node), $"Unexpected syntax: {node.Kind()}");
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.cs (1)
701
RoslynDebug
.Assert(attribute.Target != null, "Must have a target as IsPossibleGlobalAttributeDeclaration checks for that");
Parser\LanguageParser_Patterns.cs (1)
311
RoslynDebug
.AssertNotNull(firstSubPattern);
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);
SourceGeneration\CSharpSyntaxHelper.cs (1)
57
RoslynDebug
.AssertNotNull(container);
Symbols\AliasSymbol.cs (3)
351
RoslynDebug
.Assert(_aliasTargetDiagnostics != null);
364
RoslynDebug
.Assert(target is object);
365
RoslynDebug
.Assert(target.IsGlobalNamespace);
Symbols\ArrayTypeSymbol.cs (1)
31
RoslynDebug
.Assert((object)array != null);
Symbols\Compilation_UsedAssemblies.cs (1)
68
RoslynDebug
.Assert(diagnostics.DiagnosticBag is object);
Symbols\Compilation_WellKnownMembers.cs (5)
722
RoslynDebug
.Assert((object)debuggingModesType != null, "GetWellKnownType unexpectedly returned null");
791
RoslynDebug
.Assert((object)type != null);
801
RoslynDebug
.Assert((object)booleanType != null);
811
RoslynDebug
.Assert((object)type != null);
815
RoslynDebug
.Assert((object)stringType != null);
Symbols\ErrorTypeSymbol.cs (1)
156
RoslynDebug
.Assert(result is object);
Symbols\ExtendedErrorTypeSymbol.cs (1)
40
RoslynDebug
.Assert(name != null);
Symbols\Metadata\PE\PEEventSymbol.cs (4)
60
RoslynDebug
.Assert((object)moduleSymbol != null);
61
RoslynDebug
.Assert((object)containingType != null);
63
RoslynDebug
.Assert((object)addMethod != null);
64
RoslynDebug
.Assert((object)removeMethod != null);
Symbols\Metadata\PE\TupleTypeDecoder.cs (1)
133
RoslynDebug
.AssertNotNull(metadataType);
Symbols\MissingMetadataTypeSymbol.cs (5)
31
RoslynDebug
.Assert(name != null);
194
RoslynDebug
.Assert((object)module != null);
195
RoslynDebug
.Assert(@namespace != null);
196
RoslynDebug
.Assert(typeId == -1 || typeId == (int)SpecialType.None || arity == 0 || mangleName);
411
RoslynDebug
.Assert((object)containingType != null);
Symbols\PublicModel\AliasSymbol.cs (1)
15
RoslynDebug
.Assert(underlying is object);
Symbols\PublicModel\ArrayTypeSymbol.cs (1)
20
RoslynDebug
.Assert(underlying is object);
Symbols\PublicModel\DiscardSymbol.cs (1)
17
RoslynDebug
.Assert(underlying != null);
Symbols\PublicModel\DynamicTypeSymbol.cs (1)
17
RoslynDebug
.Assert(underlying is object);
Symbols\PublicModel\ErrorTypeSymbol.cs (1)
18
RoslynDebug
.Assert(underlying is object);
Symbols\PublicModel\EventSymbol.cs (1)
18
RoslynDebug
.Assert(underlying is object);
Symbols\PublicModel\FunctionPointerTypeSymbol.cs (1)
17
RoslynDebug
.Assert(underlying is object);
Symbols\PublicModel\LabelSymbol.cs (1)
15
RoslynDebug
.Assert(underlying is object);
Symbols\ReferenceManager.cs (4)
546
RoslynDebug
.Assert((object)corLibrary != null);
874
RoslynDebug
.Assert(identity != null);
971
RoslynDebug
.Assert(documentationProvider != null);
972
RoslynDebug
.Assert(cachedSymbols != null);
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
35
RoslynDebug
.Assert((object)retargetingModule != null);
Symbols\Source\SourceCustomEventSymbol.cs (1)
222
RoslynDebug
.Assert(explicitInterfaceSpecifier != null);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
140
RoslynDebug
.Assert(!_parameters.IsDefault, $"Expected {nameof(InitializeParameters)} prior to accessing this property.");
Symbols\Source\SourceEventSymbol.cs (2)
233
RoslynDebug
.AssertNotNull(_lazyCustomAttributesBag);
701
RoslynDebug
.Assert((object)eventWithCustomModifiers != null);
Symbols\Source\SourceMemberContainerSymbol.cs (9)
1565
RoslynDebug
.Assert((object)valueField != null);
1734
RoslynDebug
.AssertOrFailFast(forDiagnostics);
1735
RoslynDebug
.AssertOrFailFast(Volatile.Read(ref _lazyTypeMembers)?.Values.Any(types => types.Contains(t => t == (object)type)) == true);
1740
RoslynDebug
.AssertOrFailFast(forDiagnostics);
1745
RoslynDebug
.AssertOrFailFast(forDiagnostics);
1770
RoslynDebug
.AssertOrFailFast(GetSimpleProgramEntryPoints().Contains(m => m == (object)member));
1775
RoslynDebug
.AssertOrFailFast(declared != DeclaredMembersAndInitializers.UninitializedSentinel);
1788
RoslynDebug
.AssertOrFailFast(membersAndInitializers is object);
1797
RoslynDebug
.AssertOrFailFast(false, "Premature symbol exposure.");
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
830
RoslynDebug
.Assert(arguments.AttributeSyntaxOpt?.ArgumentList is object);
Symbols\SymbolExtensions.cs (1)
292
RoslynDebug
.Assert(errorLocation != null);
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (2)
164
RoslynDebug
.Assert(!_typeParameters.IsDefault, $"Expected {nameof(SetTypeParameters)} prior to accessing this property.");
178
RoslynDebug
.Assert(!_parameters.IsDefault, $"Expected {nameof(SetParameters)} prior to accessing this property.");
Symbols\Tuples\TupleTypeSymbol.cs (2)
262
RoslynDebug
.Assert(diagnostics is object && syntax is object);
921
RoslynDebug
.Assert(underlyingType is object);
Symbols\TypeSymbolExtensions.cs (29)
52
RoslynDebug
.Assert((object)typeSymbol != null);
173
RoslynDebug
.Assert((object)type != null);
174
RoslynDebug
.Assert(IsNullableType(type));
175
RoslynDebug
.Assert(type is NamedTypeSymbol); //not testing Kind because it may be an ErrorType
222
RoslynDebug
.Assert((object)type != null);
329
RoslynDebug
.Assert((object)type != null);
335
RoslynDebug
.Assert((object)type != null);
341
RoslynDebug
.Assert((object)type != null);
347
RoslynDebug
.Assert((object)type != null);
363
RoslynDebug
.Assert((object)type != null);
369
RoslynDebug
.Assert((object)type != null);
375
RoslynDebug
.Assert((object)type != null);
570
RoslynDebug
.Assert((object)type != null);
612
RoslynDebug
.Assert((object)type != null);
613
RoslynDebug
.Assert(type.IsDelegateType() || type.IsExpressionTree());
629
RoslynDebug
.Assert((object)type != null);
760
RoslynDebug
.Assert(typeWithAnnotationsOpt.HasType == (type is null));
761
RoslynDebug
.Assert(canDigThroughNullable == false || useDefaultType == false, "digging through nullable will cause early resolution of nullable types");
762
RoslynDebug
.Assert(canDigThroughNullable == false || visitCustomModifiers == false);
763
RoslynDebug
.Assert(visitCustomModifiers == false || typePredicate is { });
797
RoslynDebug
.Assert((object)current.ContainingType == null);
1210
RoslynDebug
.Assert((object)typeParameterContainer != null);
1304
RoslynDebug
.Assert((object?)result == null || !result.IsErrorType());
1333
RoslynDebug
.Assert((object)type != null);
1437
RoslynDebug
.Assert((object)type != null);
1571
RoslynDebug
.Assert(!type.Equals(type.OriginalDefinition, TypeCompareKind.AllIgnoreOptions) || wasConstructedForAnnotations(type));
1892
RoslynDebug
.Assert((object)type != null);
1970
RoslynDebug
.Assert(type.IsGenericType);
1999
RoslynDebug
.Assert(arity < 2);
Symbols\UpdatedContainingSymbolLocal.cs (2)
25
RoslynDebug
.Assert(underlyingLocal is object);
26
RoslynDebug
.Assert(updatedContainingSymbol is object);
Symbols\Wrapped\WrappedEventSymbol.cs (1)
29
RoslynDebug
.Assert((object)underlyingEvent != null);
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
28
RoslynDebug
.Assert(numbers is NumericValueSet<TFloating>);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (23)
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 (4)
33
RoslynDebug
.Assert(kind == MakeAssemblyReferencesKind.AllAssemblies || moduleId.Id != Guid.Empty);
34
RoslynDebug
.Assert(moduleId.Id == Guid.Empty || identityComparer != null);
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 (3)
61
RoslynDebug
.Assert(!importRecordGroups.IsDefault);
62
RoslynDebug
.Assert(!externAliasRecords.IsDefault);
63
RoslynDebug
.AssertNotNull(defaultNamespaceName);
PDB\MethodDebugInfo.Native.cs (6)
119
RoslynDebug
.AssertNotNull(symbolProvider);
334
RoslynDebug
.Assert(alias != null); // Name of the extern alias.
335
RoslynDebug
.Assert(externAlias == null); // Not used.
336
RoslynDebug
.Assert(target != null); // Name of the target assembly.
361
RoslynDebug
.Assert(targetString != null);
543
RoslynDebug
.AssertNotNull(importString);
PseudoVariableUtilities.cs (2)
26
RoslynDebug
.Assert(!string.IsNullOrEmpty(fullName));
27
RoslynDebug
.Assert(!string.IsNullOrEmpty(type));
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
325
RoslynDebug
.Assert(response != null);
VBCSCompiler (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
325
RoslynDebug
.Assert(response != null);
VBCSCompiler.UnitTests (2)
CompilerServerTests.cs (2)
942
RoslynDebug
.AssertOrFailFast("" == result.Output);
943
RoslynDebug
.AssertOrFailFast(0 == result.ExitCode);