575 references to Assert
Microsoft.CodeAnalysis (6)
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.");
InternalUtilities\Debug.cs (1)
25
Assert
(value is object, "Unexpected null reference");
Syntax\GreenNode.cs (1)
108
RoslynDebug.
Assert
(node != null, "PERF: caller must ensure that node!=null, we do not want to re-check that here.");
Syntax\SyntaxNode.cs (2)
32
RoslynDebug.
Assert
(position >= 0, "position cannot be negative");
33
RoslynDebug.
Assert
(parent?.Green.IsList != true, "list cannot be a parent");
Microsoft.CodeAnalysis.CSharp (569)
Binder\Binder.cs (1)
686
RoslynDebug.
Assert
(diagnosticKind != ObsoleteDiagnosticKind.Lazy, "We forced attribute binding above.");
FlowAnalysis\NullableWalker.SnapshotManager.cs (2)
130
RoslynDebug.
Assert
(originalSymbol is object, $"Recorded null original symbol for {debugText}");
131
RoslynDebug.
Assert
(updatedSymbol is object, $"Recorded null updated symbol for {debugText}");
Generated\BoundNodes.xml.Generated.cs (563)
283
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
284
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
300
RoslynDebug.
Assert
(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
301
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
302
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
330
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
331
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
332
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
360
RoslynDebug.
Assert
(parameter is object, "Field 'parameter' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
361
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
362
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
390
RoslynDebug.
Assert
(statement is object, "Field 'statement' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
491
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
521
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
531
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
562
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
570
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
626
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
634
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
661
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
670
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
699
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
707
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
734
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
743
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
772
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
780
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
807
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
815
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
842
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
850
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
877
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
885
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
943
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
971
RoslynDebug.
Assert
(!symbols.IsDefault, "Field 'symbols' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
972
RoslynDebug.
Assert
(!childBoundNodes.IsDefault, "Field 'childBoundNodes' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
1004
RoslynDebug.
Assert
(!childBoundNodes.IsDefault, "Field 'childBoundNodes' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
1032
RoslynDebug.
Assert
(finallyBlock is object, "Field 'finallyBlock' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1060
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1095
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1104
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1133
RoslynDebug.
Assert
(namespaceSymbol is object, "Field 'namespaceSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1143
RoslynDebug.
Assert
(namespaceSymbol is object, "Field 'namespaceSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1174
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1175
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1216
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1217
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1264
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1265
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1296
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1325
RoslynDebug.
Assert
(targetMethod is object, "Field 'targetMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1326
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1336
RoslynDebug.
Assert
(targetMethod is object, "Field 'targetMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1337
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1368
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1369
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1400
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1401
RoslynDebug.
Assert
(index is object, "Field 'index' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1402
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1437
RoslynDebug.
Assert
(invokedExpression is object, "Field 'invokedExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1438
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
1439
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1474
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1475
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1506
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1507
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1536
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1537
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1568
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1569
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1600
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1633
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1634
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1635
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1652
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1653
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1654
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1686
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1687
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1688
RoslynDebug.
Assert
(operators is object, "Field 'operators' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1689
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1724
RoslynDebug.
Assert
(logicalOperator is object, "Field 'logicalOperator' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1725
RoslynDebug.
Assert
(trueOperator is object, "Field 'trueOperator' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1726
RoslynDebug.
Assert
(falseOperator is object, "Field 'falseOperator' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1727
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1728
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1729
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1769
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1770
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1771
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1816
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1817
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1850
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1851
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1852
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1885
RoslynDebug.
Assert
(leftOperand is object, "Field 'leftOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1886
RoslynDebug.
Assert
(rightOperand is object, "Field 'rightOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1887
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1926
RoslynDebug.
Assert
(leftOperand is object, "Field 'leftOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1927
RoslynDebug.
Assert
(rightOperand is object, "Field 'rightOperand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1957
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1958
RoslynDebug.
Assert
(consequence is object, "Field 'consequence' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1959
RoslynDebug.
Assert
(alternative is object, "Field 'alternative' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1996
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1997
RoslynDebug.
Assert
(consequence is object, "Field 'consequence' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1998
RoslynDebug.
Assert
(alternative is object, "Field 'alternative' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
1999
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2040
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2041
RoslynDebug.
Assert
(!indices.IsDefault, "Field 'indices' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
2042
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2073
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2074
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2136
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2137
RoslynDebug.
Assert
(awaitableInfo is object, "Field 'awaitableInfo' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2138
RoslynDebug.
Assert
(type is object, "Field 'type' 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)");
2178
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2193
RoslynDebug.
Assert
(sourceType is object, "Field 'sourceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2194
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2222
RoslynDebug.
Assert
(local is object, "Field 'local' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2223
RoslynDebug.
Assert
(prologue is object, "Field 'prologue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2224
RoslynDebug.
Assert
(epilogue is object, "Field 'epilogue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2256
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2257
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2266
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2267
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2296
RoslynDebug.
Assert
(local is object, "Field 'local' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2297
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2307
RoslynDebug.
Assert
(local is object, "Field 'local' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2308
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2339
RoslynDebug.
Assert
(parameter is object, "Field 'parameter' 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
(parameter is object, "Field 'parameter' 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
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2390
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)");
2461
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2490
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2498
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
(document is object, "Field 'document' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2561
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2570
RoslynDebug.
Assert
(document is object, "Field 'document' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2571
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2600
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2601
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2611
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2612
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2643
RoslynDebug.
Assert
(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2644
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2654
RoslynDebug.
Assert
(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2655
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2709
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2740
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2741
RoslynDebug.
Assert
(targetType is object, "Field 'targetType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2742
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2775
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2776
RoslynDebug.
Assert
(targetType is object, "Field 'targetType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2777
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2812
RoslynDebug.
Assert
(sourceType is object, "Field 'sourceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2813
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2844
RoslynDebug.
Assert
(operand is object, "Field 'operand' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2845
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
(conversionMethod is object, "Field 'conversionMethod' 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)");
2921
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2929
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2956
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
2987
RoslynDebug.
Assert
(elementPointerType is object, "Field 'elementPointerType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2988
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
2989
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3092
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3101
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3129
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3138
RoslynDebug.
Assert
(identifier is object, "Field 'identifier' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3197
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3198
RoslynDebug.
Assert
(!localFunctions.IsDefault, "Field 'localFunctions' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3199
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3233
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3234
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3262
RoslynDebug.
Assert
(!fields.IsDefault, "Field 'fields' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3263
RoslynDebug.
Assert
(statement is object, "Field 'statement' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3293
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3329
RoslynDebug.
Assert
(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3343
RoslynDebug.
Assert
(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3369
RoslynDebug.
Assert
(!localDeclarations.IsDefault, "Field 'localDeclarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3399
RoslynDebug.
Assert
(symbol is object, "Field 'symbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3491
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3561
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3589
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3598
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3626
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3635
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3663
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3664
RoslynDebug.
Assert
(!innerLocals.IsDefault, "Field 'innerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3665
RoslynDebug.
Assert
(!innerLocalFunctions.IsDefault, "Field 'innerLocalFunctions' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3666
RoslynDebug.
Assert
(!switchSections.IsDefault, "Field 'switchSections' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3667
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3668
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3708
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3709
RoslynDebug.
Assert
(!cases.IsDefault, "Field 'cases' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3710
RoslynDebug.
Assert
(defaultLabel is object, "Field 'defaultLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3744
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3745
RoslynDebug.
Assert
(consequence is object, "Field 'consequence' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3777
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3778
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3788
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3789
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3805
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3806
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3807
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3808
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3809
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3827
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3828
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3829
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3830
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3831
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3857
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3858
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3859
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3860
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3861
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3887
RoslynDebug.
Assert
(!outerLocals.IsDefault, "Field 'outerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3888
RoslynDebug.
Assert
(!innerLocals.IsDefault, "Field 'innerLocals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3889
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3890
RoslynDebug.
Assert
(breakLabel is object, "Field 'breakLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3891
RoslynDebug.
Assert
(continueLabel is object, "Field 'continueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3929
RoslynDebug.
Assert
(iterationVariableType is object, "Field 'iterationVariableType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3930
RoslynDebug.
Assert
(!iterationVariables.IsDefault, "Field 'iterationVariables' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
3931
RoslynDebug.
Assert
(expression is object, "Field 'expression' 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)");
3980
RoslynDebug.
Assert
(deconstructionAssignment is object, "Field 'deconstructionAssignment' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
3981
RoslynDebug.
Assert
(targetPlaceholder is object, "Field 'targetPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4011
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4012
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4050
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4051
RoslynDebug.
Assert
(declarations is object, "Field 'declarations' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4052
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4084
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4085
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4115
RoslynDebug.
Assert
(tryBlock is object, "Field 'tryBlock' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4116
RoslynDebug.
Assert
(!catchBlocks.IsDefault, "Field 'catchBlocks' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4152
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4153
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4224
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4225
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4234
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4235
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4264
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4272
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4299
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4307
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4334
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4342
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4398
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4399
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4411
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4412
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4447
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4448
RoslynDebug.
Assert
(emitExpressions is object, "Field 'emitExpressions' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4449
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4459
RoslynDebug.
Assert
(localSymbol is object, "Field 'localSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4460
RoslynDebug.
Assert
(emitExpressions is object, "Field 'emitExpressions' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4461
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4492
RoslynDebug.
Assert
(rangeVariableSymbol is object, "Field 'rangeVariableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4493
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4494
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4525
RoslynDebug.
Assert
(parameterSymbol is object, "Field 'parameterSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4526
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4535
RoslynDebug.
Assert
(parameterSymbol is object, "Field 'parameterSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4536
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4565
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4574
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4602
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4634
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4635
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4665
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4674
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4702
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4711
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4739
RoslynDebug.
Assert
(condition is object, "Field 'condition' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4740
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4772
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4773
RoslynDebug.
Assert
(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4774
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4796
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4797
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4798
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4799
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4835
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4836
RoslynDebug.
Assert
(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4837
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4863
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4864
RoslynDebug.
Assert
(!switchArms.IsDefault, "Field 'switchArms' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
4865
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4866
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4897
RoslynDebug.
Assert
(rootNode is object, "Field 'rootNode' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4939
RoslynDebug.
Assert
(evaluation is object, "Field 'evaluation' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4940
RoslynDebug.
Assert
(next is object, "Field 'next' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4970
RoslynDebug.
Assert
(test is object, "Field 'test' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4971
RoslynDebug.
Assert
(whenTrue is object, "Field 'whenTrue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
4972
RoslynDebug.
Assert
(whenFalse is object, "Field 'whenFalse' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5004
RoslynDebug.
Assert
(!bindings.IsDefault, "Field 'bindings' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5005
RoslynDebug.
Assert
(whenTrue is object, "Field 'whenTrue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5039
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5048
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5076
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5090
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5122
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5123
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5151
RoslynDebug.
Assert
(input is object, "Field 'input' 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)");
5205
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5206
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5234
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5235
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5265
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5277
RoslynDebug.
Assert
(deconstructMethod is object, "Field 'deconstructMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5278
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5306
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5307
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5335
RoslynDebug.
Assert
(field is object, "Field 'field' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5336
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5364
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5365
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5395
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5396
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5426
RoslynDebug.
Assert
(indexerType is object, "Field 'indexerType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5427
RoslynDebug.
Assert
(lengthTemp is object, "Field 'lengthTemp' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5428
RoslynDebug.
Assert
(indexerAccess is object, "Field 'indexerAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5429
RoslynDebug.
Assert
(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5430
RoslynDebug.
Assert
(argumentPlaceholder is object, "Field 'argumentPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5431
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5473
RoslynDebug.
Assert
(sliceType is object, "Field 'sliceType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5474
RoslynDebug.
Assert
(lengthTemp is object, "Field 'lengthTemp' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5475
RoslynDebug.
Assert
(indexerAccess is object, "Field 'indexerAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5476
RoslynDebug.
Assert
(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5477
RoslynDebug.
Assert
(argumentPlaceholder is object, "Field 'argumentPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5478
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5522
RoslynDebug.
Assert
(target is object, "Field 'target' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5523
RoslynDebug.
Assert
(input is object, "Field 'input' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5551
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5552
RoslynDebug.
Assert
(!switchLabels.IsDefault, "Field 'switchLabels' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5553
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5583
RoslynDebug.
Assert
(label is object, "Field 'label' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5584
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5630
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5658
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5659
RoslynDebug.
Assert
(!sideEffects.IsDefault, "Field 'sideEffects' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5660
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5661
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5694
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5695
RoslynDebug.
Assert
(!sideEffects.IsDefault, "Field 'sideEffects' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5696
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5697
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5730
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5731
RoslynDebug.
Assert
(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5732
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5769
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5770
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5786
RoslynDebug.
Assert
(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5787
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5788
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
5789
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5822
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5823
RoslynDebug.
Assert
(accessExpression is object, "Field 'accessExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5824
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5855
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5856
RoslynDebug.
Assert
(whenNotNull is object, "Field 'whenNotNull' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5857
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5896
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5905
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5934
RoslynDebug.
Assert
(valueTypeReceiver is object, "Field 'valueTypeReceiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5935
RoslynDebug.
Assert
(referenceTypeReceiver is object, "Field 'referenceTypeReceiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5936
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5967
RoslynDebug.
Assert
(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
5968
RoslynDebug.
Assert
(!methods.IsDefault, "Field 'methods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6008
RoslynDebug.
Assert
(!properties.IsDefault, "Field 'properties' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6036
RoslynDebug.
Assert
(method is object, "Field 'method' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6037
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6038
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6089
RoslynDebug.
Assert
(@event is object, "Field '@event' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6090
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6091
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6128
RoslynDebug.
Assert
(!constructorArguments.IsDefault, "Field 'constructorArguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6129
RoslynDebug.
Assert
(!namedArguments.IsDefault, "Field 'namedArguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6130
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6173
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6174
RoslynDebug.
Assert
(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6211
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6219
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6232
RoslynDebug.
Assert
(constructor is object, "Field 'constructor' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6233
RoslynDebug.
Assert
(!constructorsGroup.IsDefault, "Field 'constructorsGroup' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6234
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' 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)");
6283
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6301
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6328
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6358
RoslynDebug.
Assert
(name is object, "Field 'name' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6359
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6360
RoslynDebug.
Assert
(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6361
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6401
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6433
RoslynDebug.
Assert
(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6434
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6435
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6452
RoslynDebug.
Assert
(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6453
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6454
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6480
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6481
RoslynDebug.
Assert
(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6482
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6527
RoslynDebug.
Assert
(memberName is object, "Field 'memberName' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6528
RoslynDebug.
Assert
(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6529
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6539
RoslynDebug.
Assert
(memberName is object, "Field 'memberName' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6540
RoslynDebug.
Assert
(receiverType is object, "Field 'receiverType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6541
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6572
RoslynDebug.
Assert
(placeholder is object, "Field 'placeholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6573
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6574
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6600
RoslynDebug.
Assert
(addMethod is object, "Field 'addMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6601
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6602
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6645
RoslynDebug.
Assert
(!applicableMethods.IsDefault, "Field 'applicableMethods' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6646
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6647
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6648
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6677
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6685
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6712
RoslynDebug.
Assert
(constructor is object, "Field 'constructor' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6713
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6714
RoslynDebug.
Assert
(!declarations.IsDefault, "Field 'declarations' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6715
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6748
RoslynDebug.
Assert
(property is object, "Field 'property' 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)");
6758
RoslynDebug.
Assert
(property is object, "Field 'property' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6759
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6788
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6818
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6819
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6854
RoslynDebug.
Assert
(!bounds.IsDefault, "Field 'bounds' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6855
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6886
RoslynDebug.
Assert
(!initializers.IsDefault, "Field 'initializers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
6917
RoslynDebug.
Assert
(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6918
RoslynDebug.
Assert
(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6936
RoslynDebug.
Assert
(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6937
RoslynDebug.
Assert
(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6963
RoslynDebug.
Assert
(elementType is object, "Field 'elementType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6964
RoslynDebug.
Assert
(count is object, "Field 'count' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6965
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6992
RoslynDebug.
Assert
(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
6993
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7032
RoslynDebug.
Assert
(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7033
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7042
RoslynDebug.
Assert
(fieldSymbol is object, "Field 'fieldSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7043
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7072
RoslynDebug.
Assert
(propertySymbol is object, "Field 'propertySymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7073
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7106
RoslynDebug.
Assert
(eventSymbol is object, "Field 'eventSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7107
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7142
RoslynDebug.
Assert
(indexer is object, "Field 'indexer' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7143
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7144
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7189
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7190
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7191
RoslynDebug.
Assert
(lengthOrCountAccess is object, "Field 'lengthOrCountAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7192
RoslynDebug.
Assert
(receiverPlaceholder is object, "Field 'receiverPlaceholder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7193
RoslynDebug.
Assert
(indexerOrSliceAccess is object, "Field 'indexerOrSliceAccess' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7194
RoslynDebug.
Assert
(!argumentPlaceholders.IsDefault, "Field 'argumentPlaceholders' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7195
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7238
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7239
RoslynDebug.
Assert
(!arguments.IsDefault, "Field 'arguments' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7240
RoslynDebug.
Assert
(!applicableIndexers.IsDefault, "Field 'applicableIndexers' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7241
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7278
RoslynDebug.
Assert
(unboundLambda is object, "Field 'unboundLambda' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7279
RoslynDebug.
Assert
(symbol is object, "Field 'symbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7280
RoslynDebug.
Assert
(body is object, "Field 'body' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7281
RoslynDebug.
Assert
(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7318
RoslynDebug.
Assert
(data is object, "Field 'data' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7329
RoslynDebug.
Assert
(data is object, "Field 'data' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7362
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7363
RoslynDebug.
Assert
(binder is object, "Field 'binder' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7364
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7403
RoslynDebug.
Assert
(!statements.IsDefault, "Field 'statements' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7429
RoslynDebug.
Assert
(argument is object, "Field 'argument' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7430
RoslynDebug.
Assert
(constantValueOpt is object, "Field 'constantValueOpt' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7431
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7462
RoslynDebug.
Assert
(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7478
RoslynDebug.
Assert
(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7504
RoslynDebug.
Assert
(!parts.IsDefault, "Field 'parts' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7560
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7569
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7598
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7633
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7634
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7635
RoslynDebug.
Assert
(reachabilityDecisionDag is object, "Field 'reachabilityDecisionDag' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7636
RoslynDebug.
Assert
(whenTrueLabel is object, "Field 'whenTrueLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7637
RoslynDebug.
Assert
(whenFalseLabel is object, "Field 'whenFalseLabel' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7675
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7676
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7686
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7687
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7703
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7704
RoslynDebug.
Assert
(constantValue is object, "Field 'constantValue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7705
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7706
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7736
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7737
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7745
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7746
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7772
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7773
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7789
RoslynDebug.
Assert
(declaredType is object, "Field 'declaredType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7790
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7791
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7821
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7822
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7858
RoslynDebug.
Assert
(!subpatterns.IsDefault, "Field 'subpatterns' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7859
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7860
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7902
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7903
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7941
RoslynDebug.
Assert
(getLengthMethod is object, "Field 'getLengthMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7942
RoslynDebug.
Assert
(getItemMethod is object, "Field 'getItemMethod' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7943
RoslynDebug.
Assert
(!subpatterns.IsDefault, "Field 'subpatterns' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
7944
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7945
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7977
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
7991
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8019
RoslynDebug.
Assert
(pattern is object, "Field 'pattern' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8049
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8081
RoslynDebug.
Assert
(declaredType is object, "Field 'declaredType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8082
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8083
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8113
RoslynDebug.
Assert
(left is object, "Field 'left' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8114
RoslynDebug.
Assert
(right is object, "Field 'right' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8115
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8116
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8148
RoslynDebug.
Assert
(negated is object, "Field 'negated' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8149
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8150
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8178
RoslynDebug.
Assert
(value is object, "Field 'value' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8179
RoslynDebug.
Assert
(constantValue is object, "Field 'constantValue' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8180
RoslynDebug.
Assert
(inputType is object, "Field 'inputType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8181
RoslynDebug.
Assert
(narrowedType is object, "Field 'narrowedType' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8248
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8276
RoslynDebug.
Assert
(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8293
RoslynDebug.
Assert
(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8319
RoslynDebug.
Assert
(variableSymbol is object, "Field 'variableSymbol' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8416
RoslynDebug.
Assert
(!locals.IsDefault, "Field 'locals' cannot be null (use Null=\"allow\" in BoundNodes.xml to remove this check)");
8446
RoslynDebug.
Assert
(expression is object, "Field 'expression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8477
RoslynDebug.
Assert
(receiver is object, "Field 'receiver' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8478
RoslynDebug.
Assert
(initializerExpression is object, "Field 'initializerExpression' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
8479
RoslynDebug.
Assert
(type is object, "Field 'type' cannot be null (make the type nullable in BoundNodes.xml to remove this check)");
Parser\LanguageParser.cs (1)
539
RoslynDebug.
Assert
(attribute.Target != null, "Must have a target as IsPossibleGlobalAttributeDeclaration checks for that");
Symbols\Compilation_WellKnownMembers.cs (1)
680
RoslynDebug.
Assert
((object)debuggingModesType != null, "GetWellKnownType unexpectedly returned null");
Symbols\TypeSymbolExtensions.cs (1)
681
RoslynDebug.
Assert
(canDigThroughNullable == false || useDefaultType == false, "digging through nullable will cause early resolution of nullable types");