14 references to TestClassPropertyWithBuiltInType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
4323
TestClassPropertyWithBuiltInType
(SyntaxKind.BoolKeyword);
4324
TestClassPropertyWithBuiltInType
(SyntaxKind.SByteKeyword);
4325
TestClassPropertyWithBuiltInType
(SyntaxKind.IntKeyword);
4326
TestClassPropertyWithBuiltInType
(SyntaxKind.UIntKeyword);
4327
TestClassPropertyWithBuiltInType
(SyntaxKind.ShortKeyword);
4328
TestClassPropertyWithBuiltInType
(SyntaxKind.UShortKeyword);
4329
TestClassPropertyWithBuiltInType
(SyntaxKind.LongKeyword);
4330
TestClassPropertyWithBuiltInType
(SyntaxKind.ULongKeyword);
4331
TestClassPropertyWithBuiltInType
(SyntaxKind.FloatKeyword);
4332
TestClassPropertyWithBuiltInType
(SyntaxKind.DoubleKeyword);
4333
TestClassPropertyWithBuiltInType
(SyntaxKind.DecimalKeyword);
4334
TestClassPropertyWithBuiltInType
(SyntaxKind.StringKeyword);
4335
TestClassPropertyWithBuiltInType
(SyntaxKind.CharKeyword);
4336
TestClassPropertyWithBuiltInType
(SyntaxKind.ObjectKeyword);