604 references to Assert
Microsoft.CodeAnalysis (13)
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.");
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)}");
InternalUtilities\Debug.cs (1)
39
Assert
(value is object, "Unexpected null reference");
InternalUtilities\StringTable.cs (1)
534
RoslynDebug.
Assert
((ascii[i] & 0x80) == 0, $"The {nameof(ascii)} input to this method must be valid ASCII.");
Syntax\GreenNode.cs (1)
117
RoslynDebug.
Assert
(node != null, "PERF: caller must ensure that node!=null, we do not want to re-check that here.");
Syntax\SyntaxNode.cs (2)
34
RoslynDebug.
Assert
(position >= 0, "position cannot be negative");
35
RoslynDebug.
Assert
(parent?.Green.IsList != true, "list cannot be a parent");
Microsoft.CodeAnalysis.CSharp (591)
Binder\Binder.cs (1)
691
RoslynDebug.
Assert
(diagnosticKind != ObsoleteDiagnosticKind.Lazy, "We forced attribute binding above.");
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");
BoundTree\BoundDagEvaluation.cs (1)
86
RoslynDebug.
Assert
(value > 0, "Id must be positive but was set to " + value);
BoundTree\BoundNode.cs (1)
359
RoslynDebug.
Assert
((_attributes & BoundNodeAttributes.ParamsArrayOrCollection) == 0, $"{nameof(BoundNodeAttributes.ParamsArrayOrCollection)} flag should not be set twice or reset");
CodeGen\EmitArrayInitializer.cs (1)
433
RoslynDebug.
Assert
(_diagnostics.DiagnosticBag is not null, $"Expected non-null {nameof(_diagnostics)}.{nameof(_diagnostics.DiagnosticBag)}");
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)");
2167
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2168
RoslynDebug.
Assert
(awaitableInfo is object, "Field 'awaitableInfo' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2169
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2202
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2211
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2226
RoslynDebug.
Assert
(sourceType is object, "Field 'sourceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2227
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2255
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
2287
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2288
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2301
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2302
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2331
RoslynDebug.
Assert
(local is object, "Field 'local' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2332
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2342
RoslynDebug.
Assert
(local is object, "Field 'local' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2343
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2374
RoslynDebug.
Assert
(parameter is object, "Field 'parameter' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2375
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2385
RoslynDebug.
Assert
(parameter is object, "Field 'parameter' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2386
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2417
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)");
2452
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)");
2487
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2496
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2525
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)");
2560
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)");
2595
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)");
2630
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)");
2665
RoslynDebug.
Assert
(document is object, "Field 'document' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2666
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2675
RoslynDebug.
Assert
(document is object, "Field 'document' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2676
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2705
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2706
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2716
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2717
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2748
RoslynDebug.
Assert
(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2749
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2759
RoslynDebug.
Assert
(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2760
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2814
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2845
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2846
RoslynDebug.
Assert
(targetType is object, "Field 'targetType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2847
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2880
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2881
RoslynDebug.
Assert
(targetType is object, "Field 'targetType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2882
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2917
RoslynDebug.
Assert
(sourceType is object, "Field 'sourceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2918
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2949
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2950
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2991
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2992
RoslynDebug.
Assert
(conversionMethod is object, "Field 'conversionMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2993
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3024
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)");
3059
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3090
RoslynDebug.
Assert
(elementPointerType is object, "Field 'elementPointerType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3091
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3092
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3195
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3204
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3232
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3241
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3300
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3301
RoslynDebug.
Assert
(!localFunctions.IsDefault, "Field 'localFunctions' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3302
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3336
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3337
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3365
RoslynDebug.
Assert
(!fields.IsDefault, "Field 'fields' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3366
RoslynDebug.
Assert
(statement is object, "Field 'statement' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3396
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3432
RoslynDebug.
Assert
(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3446
RoslynDebug.
Assert
(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3472
RoslynDebug.
Assert
(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3502
RoslynDebug.
Assert
(symbol is object, "Field 'symbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3594
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3664
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3692
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3701
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3729
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3738
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3766
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3767
RoslynDebug.
Assert
(!innerLocals.IsDefault, "Field 'innerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3768
RoslynDebug.
Assert
(!innerLocalFunctions.IsDefault, "Field 'innerLocalFunctions' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3769
RoslynDebug.
Assert
(!switchSections.IsDefault, "Field 'switchSections' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3770
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3771
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3811
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3812
RoslynDebug.
Assert
(!cases.IsDefault, "Field 'cases' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3813
RoslynDebug.
Assert
(defaultLabel is object, "Field 'defaultLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3847
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3848
RoslynDebug.
Assert
(consequence is object, "Field 'consequence' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3880
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3881
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3891
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3892
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3908
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3909
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3910
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3911
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3912
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3930
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3931
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3932
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3933
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3934
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3960
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3961
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3962
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3963
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3964
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3990
RoslynDebug.
Assert
(!outerLocals.IsDefault, "Field 'outerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3991
RoslynDebug.
Assert
(!innerLocals.IsDefault, "Field 'innerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3992
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3993
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3994
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4032
RoslynDebug.
Assert
(iterationVariableType is object, "Field 'iterationVariableType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4033
RoslynDebug.
Assert
(!iterationVariables.IsDefault, "Field 'iterationVariables' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4034
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4035
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4036
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4037
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4083
RoslynDebug.
Assert
(deconstructionAssignment is object, "Field 'deconstructionAssignment' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4084
RoslynDebug.
Assert
(targetPlaceholder is object, "Field 'targetPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4114
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4115
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4153
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4154
RoslynDebug.
Assert
(declarations is object, "Field 'declarations' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4155
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4187
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4188
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4218
RoslynDebug.
Assert
(tryBlock is object, "Field 'tryBlock' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4219
RoslynDebug.
Assert
(!catchBlocks.IsDefault, "Field 'catchBlocks' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4255
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4256
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4327
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4328
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4337
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4338
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4367
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)");
4402
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)");
4437
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)");
4501
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4502
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4514
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4515
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4550
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4551
RoslynDebug.
Assert
(emitExpressions is object, "Field 'emitExpressions' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4552
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4562
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4563
RoslynDebug.
Assert
(emitExpressions is object, "Field 'emitExpressions' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4564
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4595
RoslynDebug.
Assert
(rangeVariableSymbol is object, "Field 'rangeVariableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4596
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4597
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4628
RoslynDebug.
Assert
(parameterSymbol is object, "Field 'parameterSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4629
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4638
RoslynDebug.
Assert
(parameterSymbol is object, "Field 'parameterSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4639
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4668
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4677
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4705
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4737
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4738
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4768
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4777
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4805
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4814
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4842
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4843
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4875
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4876
RoslynDebug.
Assert
(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4877
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4899
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4900
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4901
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4902
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4938
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4939
RoslynDebug.
Assert
(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4940
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4966
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4967
RoslynDebug.
Assert
(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4968
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4969
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5000
RoslynDebug.
Assert
(rootNode is object, "Field 'rootNode' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5042
RoslynDebug.
Assert
(evaluation is object, "Field 'evaluation' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5043
RoslynDebug.
Assert
(next is object, "Field 'next' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5073
RoslynDebug.
Assert
(test is object, "Field 'test' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5074
RoslynDebug.
Assert
(whenTrue is object, "Field 'whenTrue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5075
RoslynDebug.
Assert
(whenFalse is object, "Field 'whenFalse' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5107
RoslynDebug.
Assert
(!bindings.IsDefault, "Field 'bindings' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5108
RoslynDebug.
Assert
(whenTrue is object, "Field 'whenTrue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5142
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5151
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5179
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5193
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5225
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5226
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5254
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5282
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5308
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5309
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5337
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5338
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5368
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5380
RoslynDebug.
Assert
(deconstructMethod is object, "Field 'deconstructMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5381
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5409
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5410
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5438
RoslynDebug.
Assert
(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5439
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5467
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5468
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5498
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5499
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5529
RoslynDebug.
Assert
(indexerType is object, "Field 'indexerType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5530
RoslynDebug.
Assert
(lengthTemp is object, "Field 'lengthTemp' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5531
RoslynDebug.
Assert
(indexerAccess is object, "Field 'indexerAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5532
RoslynDebug.
Assert
(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5533
RoslynDebug.
Assert
(argumentPlaceholder is object, "Field 'argumentPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5534
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5576
RoslynDebug.
Assert
(sliceType is object, "Field 'sliceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5577
RoslynDebug.
Assert
(lengthTemp is object, "Field 'lengthTemp' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5578
RoslynDebug.
Assert
(indexerAccess is object, "Field 'indexerAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5579
RoslynDebug.
Assert
(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5580
RoslynDebug.
Assert
(argumentPlaceholder is object, "Field 'argumentPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5581
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5625
RoslynDebug.
Assert
(target is object, "Field 'target' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5626
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5654
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5655
RoslynDebug.
Assert
(!switchLabels.IsDefault, "Field 'switchLabels' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5656
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5686
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5687
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5733
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5761
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5762
RoslynDebug.
Assert
(!sideEffects.IsDefault, "Field 'sideEffects' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5763
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5764
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5797
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5798
RoslynDebug.
Assert
(!sideEffects.IsDefault, "Field 'sideEffects' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5799
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5800
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5833
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5834
RoslynDebug.
Assert
(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5835
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5872
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5873
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5889
RoslynDebug.
Assert
(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5890
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5891
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5892
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5925
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5926
RoslynDebug.
Assert
(accessExpression is object, "Field 'accessExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5927
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5958
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5959
RoslynDebug.
Assert
(whenNotNull is object, "Field 'whenNotNull' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5960
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5999
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6008
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6037
RoslynDebug.
Assert
(valueTypeReceiver is object, "Field 'valueTypeReceiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6038
RoslynDebug.
Assert
(referenceTypeReceiver is object, "Field 'referenceTypeReceiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6039
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6070
RoslynDebug.
Assert
(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6071
RoslynDebug.
Assert
(!methods.IsDefault, "Field 'methods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6111
RoslynDebug.
Assert
(!properties.IsDefault, "Field 'properties' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6139
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6140
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6141
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6194
RoslynDebug.
Assert
(@event is object, "Field '@event' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6195
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6196
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6233
RoslynDebug.
Assert
(!constructorArguments.IsDefault, "Field 'constructorArguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6234
RoslynDebug.
Assert
(!namedArguments.IsDefault, "Field 'namedArguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6235
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6278
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6279
RoslynDebug.
Assert
(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6316
RoslynDebug.
Assert
(type is object, "Field 'type' 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)");
6337
RoslynDebug.
Assert
(constructor is object, "Field 'constructor' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6338
RoslynDebug.
Assert
(!constructorsGroup.IsDefault, "Field 'constructorsGroup' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6339
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6340
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6388
RoslynDebug.
Assert
(!elements.IsDefault, "Field 'elements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6402
RoslynDebug.
Assert
(!elements.IsDefault, "Field 'elements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6429
RoslynDebug.
Assert
(unconvertedCollectionExpression is object, "Field 'unconvertedCollectionExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6430
RoslynDebug.
Assert
(!elements.IsDefault, "Field 'elements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6431
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6502
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6542
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6560
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6587
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6617
RoslynDebug.
Assert
(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6618
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6619
RoslynDebug.
Assert
(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6620
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6660
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6692
RoslynDebug.
Assert
(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6693
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6694
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6711
RoslynDebug.
Assert
(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6712
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6713
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6739
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6740
RoslynDebug.
Assert
(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6741
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6788
RoslynDebug.
Assert
(memberName is object, "Field 'memberName' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6789
RoslynDebug.
Assert
(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6790
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6800
RoslynDebug.
Assert
(memberName is object, "Field 'memberName' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6801
RoslynDebug.
Assert
(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6802
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6833
RoslynDebug.
Assert
(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6834
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6835
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6861
RoslynDebug.
Assert
(addMethod is object, "Field 'addMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6862
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6863
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6906
RoslynDebug.
Assert
(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6907
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6908
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6909
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6938
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)");
6973
RoslynDebug.
Assert
(constructor is object, "Field 'constructor' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6974
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6975
RoslynDebug.
Assert
(!declarations.IsDefault, "Field 'declarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6976
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7009
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7010
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7019
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7020
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7049
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7079
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7080
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7115
RoslynDebug.
Assert
(!bounds.IsDefault, "Field 'bounds' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7116
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7147
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7178
RoslynDebug.
Assert
(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7179
RoslynDebug.
Assert
(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7197
RoslynDebug.
Assert
(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7198
RoslynDebug.
Assert
(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7224
RoslynDebug.
Assert
(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7225
RoslynDebug.
Assert
(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7226
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7253
RoslynDebug.
Assert
(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7254
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7293
RoslynDebug.
Assert
(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7294
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7303
RoslynDebug.
Assert
(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7304
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7333
RoslynDebug.
Assert
(propertySymbol is object, "Field 'propertySymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7334
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7371
RoslynDebug.
Assert
(eventSymbol is object, "Field 'eventSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7372
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7407
RoslynDebug.
Assert
(indexer is object, "Field 'indexer' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7408
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7409
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7458
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7459
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7460
RoslynDebug.
Assert
(lengthOrCountAccess is object, "Field 'lengthOrCountAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7461
RoslynDebug.
Assert
(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7462
RoslynDebug.
Assert
(indexerOrSliceAccess is object, "Field 'indexerOrSliceAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7463
RoslynDebug.
Assert
(!argumentPlaceholders.IsDefault, "Field 'argumentPlaceholders' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7464
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7507
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7508
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7509
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7548
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7549
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7550
RoslynDebug.
Assert
(!applicableIndexers.IsDefault, "Field 'applicableIndexers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7551
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7588
RoslynDebug.
Assert
(unboundLambda is object, "Field 'unboundLambda' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7589
RoslynDebug.
Assert
(symbol is object, "Field 'symbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7590
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7591
RoslynDebug.
Assert
(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7628
RoslynDebug.
Assert
(data is object, "Field 'data' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7639
RoslynDebug.
Assert
(data is object, "Field 'data' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7672
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7673
RoslynDebug.
Assert
(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7674
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7713
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7739
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7740
RoslynDebug.
Assert
(constantValueOpt is object, "Field 'constantValueOpt' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7741
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7772
RoslynDebug.
Assert
(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7788
RoslynDebug.
Assert
(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7814
RoslynDebug.
Assert
(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7870
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7879
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7908
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7943
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7944
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7945
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7946
RoslynDebug.
Assert
(whenTrueLabel is object, "Field 'whenTrueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7947
RoslynDebug.
Assert
(whenFalseLabel is object, "Field 'whenFalseLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7985
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7986
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7996
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7997
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8013
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8014
RoslynDebug.
Assert
(constantValue is object, "Field 'constantValue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8015
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8016
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8050
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8051
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8063
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8064
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8090
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8091
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8107
RoslynDebug.
Assert
(declaredType is object, "Field 'declaredType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8108
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8109
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8143
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8144
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8184
RoslynDebug.
Assert
(!subpatterns.IsDefault, "Field 'subpatterns' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
8185
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8186
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8228
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8229
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8267
RoslynDebug.
Assert
(getLengthMethod is object, "Field 'getLengthMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8268
RoslynDebug.
Assert
(getItemMethod is object, "Field 'getItemMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8269
RoslynDebug.
Assert
(!subpatterns.IsDefault, "Field 'subpatterns' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
8270
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8271
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8307
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8321
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8349
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8379
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8411
RoslynDebug.
Assert
(declaredType is object, "Field 'declaredType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8412
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8413
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8447
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8448
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8449
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8450
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8486
RoslynDebug.
Assert
(negated is object, "Field 'negated' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8487
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8488
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8520
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8521
RoslynDebug.
Assert
(constantValue is object, "Field 'constantValue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8522
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8523
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8594
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8622
RoslynDebug.
Assert
(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8639
RoslynDebug.
Assert
(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8665
RoslynDebug.
Assert
(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8762
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
8792
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8823
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8824
RoslynDebug.
Assert
(initializerExpression is object, "Field 'initializerExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8825
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 (1)
767
RoslynDebug.
Assert
(scope == _currentScope.Parent, $"{nameof(scope)} must be {nameof(_currentScope)} or {nameof(_currentScope)}.{nameof(_currentScope.Parent)}");
Parser\LanguageParser.cs (1)
701
RoslynDebug.
Assert
(attribute.Target != null, "Must have a target as IsPossibleGlobalAttributeDeclaration checks for that");
Symbols\Compilation_WellKnownMembers.cs (1)
710
RoslynDebug.
Assert
((object)debuggingModesType != null, "GetWellKnownType unexpectedly returned null");
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
140
RoslynDebug.
Assert
(!_parameters.IsDefault, $"Expected {nameof(InitializeParameters)} prior to accessing this property.");
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\TypeSymbolExtensions.cs (1)
761
RoslynDebug.
Assert
(canDigThroughNullable == false || useDefaultType == false, "digging through nullable will cause early resolution of nullable types");