14 references to TestClassPropertyWithBuiltInType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
4269
TestClassPropertyWithBuiltInType
(SyntaxKind.BoolKeyword);
4270
TestClassPropertyWithBuiltInType
(SyntaxKind.SByteKeyword);
4271
TestClassPropertyWithBuiltInType
(SyntaxKind.IntKeyword);
4272
TestClassPropertyWithBuiltInType
(SyntaxKind.UIntKeyword);
4273
TestClassPropertyWithBuiltInType
(SyntaxKind.ShortKeyword);
4274
TestClassPropertyWithBuiltInType
(SyntaxKind.UShortKeyword);
4275
TestClassPropertyWithBuiltInType
(SyntaxKind.LongKeyword);
4276
TestClassPropertyWithBuiltInType
(SyntaxKind.ULongKeyword);
4277
TestClassPropertyWithBuiltInType
(SyntaxKind.FloatKeyword);
4278
TestClassPropertyWithBuiltInType
(SyntaxKind.DoubleKeyword);
4279
TestClassPropertyWithBuiltInType
(SyntaxKind.DecimalKeyword);
4280
TestClassPropertyWithBuiltInType
(SyntaxKind.StringKeyword);
4281
TestClassPropertyWithBuiltInType
(SyntaxKind.CharKeyword);
4282
TestClassPropertyWithBuiltInType
(SyntaxKind.ObjectKeyword);