168 references to IsAutoProperty
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\EmitMetadataTests.cs (1)
1298
Assert.True(sourceProperty.
IsAutoProperty
);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (167)
FieldKeywordTests.cs (167)
1048
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: true, BackingField: { } });
1049
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: true, BackingField: { } });
1050
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
1051
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
1052
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
1053
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
1151
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "Q1",
IsAutoProperty
: true, BackingField: { } });
1152
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "Q2",
IsAutoProperty
: true, BackingField: { } });
1153
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "Q3",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
1154
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "Q4",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
1647
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
1648
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
1649
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
1650
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
1651
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
1652
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
1653
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
1817
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1818
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1819
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1820
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1821
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1822
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1823
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1824
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "P8",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1825
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "P9",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1984
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1985
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1986
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1987
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1988
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1989
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1990
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
1991
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "P8",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
1992
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "P9",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2090
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2091
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2092
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2093
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2094
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2095
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2096
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2097
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "P8",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2098
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "P9",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2174
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2175
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2176
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2177
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2178
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2179
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2180
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
2181
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "P8",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2182
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "P9",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
2295
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
2296
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
2297
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
2298
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
2299
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
2300
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
2301
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
2302
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "P8",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
2303
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "P9",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
2377
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
2378
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
2379
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
2380
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
2381
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
2382
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
2383
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7",
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
2384
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "P8",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
2385
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "P9",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
8510
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
8511
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
8584
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
8585
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
8586
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
8587
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
8588
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
8679
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
8680
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
8752
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
8753
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
8815
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
8816
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
8869
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
8870
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
8947
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
8948
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
8949
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
8950
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { HasInitializer: true } });
9022
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
9023
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
9024
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
9025
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { HasInitializer: true } });
9122
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9123
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9198
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9199
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
9200
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9201
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
9202
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9203
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
9275
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9276
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9277
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9278
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "Q1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9279
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "Q2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9280
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "Q3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9398
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9399
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9400
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
9401
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
9402
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9403
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P6", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
9404
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P7", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
9405
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "Q1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9406
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "Q2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9407
Assert.True(actualProperties[9] is SourcePropertySymbol { Name: "Q3", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
9408
Assert.True(actualProperties[10] is SourcePropertySymbol { Name: "Q4", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
9409
Assert.True(actualProperties[11] is SourcePropertySymbol { Name: "Q5", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9410
Assert.True(actualProperties[12] is SourcePropertySymbol { Name: "Q6", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
9411
Assert.True(actualProperties[13] is SourcePropertySymbol { Name: "Q7", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
9483
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9484
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9485
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: { } });
9552
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9553
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9554
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
9555
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
9556
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P5", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9681
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9682
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9683
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9684
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9685
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
9686
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
9687
Assert.True(actualProperties[6] is SourcePropertySymbol { Name: "P5", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9688
Assert.True(actualProperties[7] is SourcePropertySymbol { Name: "P6", IsPartialDefinition: false,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9689
Assert.True(actualProperties[8] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: false,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9690
Assert.True(actualProperties[9] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: false,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9691
Assert.True(actualProperties[10] is SourcePropertySymbol { Name: "P5", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
9692
Assert.True(actualProperties[11] is SourcePropertySymbol { Name: "P6", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9893
return $"{field.ToTestDisplayString()}: IsAutoProperty: {property.
IsAutoProperty
}, UsesFieldKeyword: {property.UsesFieldKeyword}, BackingField.IsReadOnly: {field.IsReadOnly}";
9972
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9973
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9974
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
9975
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10049
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10050
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
10051
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10052
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "P4", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: true, BackingField: { } });
10123
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
10124
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10125
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
10126
Assert.True(actualProperties[3] is SourcePropertySymbol { Name: "Q1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
10127
Assert.True(actualProperties[4] is SourcePropertySymbol { Name: "Q2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10128
Assert.True(actualProperties[5] is SourcePropertySymbol { Name: "Q3", IsPartialDefinition: true,
IsAutoProperty
: true, UsesFieldKeyword: false, BackingField: { } });
10211
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10212
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10213
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10278
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10279
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P2", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10280
Assert.True(actualProperties[2] is SourcePropertySymbol { Name: "P3", IsPartialDefinition: true,
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10476
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
10480
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P1",
IsAutoProperty
: false, UsesFieldKeyword: true, BackingField: { } });
10572
Assert.True(actualProperties[0] is SourcePropertySymbol { Name: "P2",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });
10573
Assert.True(actualProperties[1] is SourcePropertySymbol { Name: "P3",
IsAutoProperty
: false, UsesFieldKeyword: false, BackingField: null });