14 references to TestClassFieldWithBuiltInType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
3640
TestClassFieldWithBuiltInType
(SyntaxKind.BoolKeyword);
3641
TestClassFieldWithBuiltInType
(SyntaxKind.SByteKeyword);
3642
TestClassFieldWithBuiltInType
(SyntaxKind.IntKeyword);
3643
TestClassFieldWithBuiltInType
(SyntaxKind.UIntKeyword);
3644
TestClassFieldWithBuiltInType
(SyntaxKind.ShortKeyword);
3645
TestClassFieldWithBuiltInType
(SyntaxKind.UShortKeyword);
3646
TestClassFieldWithBuiltInType
(SyntaxKind.LongKeyword);
3647
TestClassFieldWithBuiltInType
(SyntaxKind.ULongKeyword);
3648
TestClassFieldWithBuiltInType
(SyntaxKind.FloatKeyword);
3649
TestClassFieldWithBuiltInType
(SyntaxKind.DoubleKeyword);
3650
TestClassFieldWithBuiltInType
(SyntaxKind.DecimalKeyword);
3651
TestClassFieldWithBuiltInType
(SyntaxKind.StringKeyword);
3652
TestClassFieldWithBuiltInType
(SyntaxKind.CharKeyword);
3653
TestClassFieldWithBuiltInType
(SyntaxKind.ObjectKeyword);