14 references to TestClassFieldWithBuiltInType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
3694
TestClassFieldWithBuiltInType
(SyntaxKind.BoolKeyword);
3695
TestClassFieldWithBuiltInType
(SyntaxKind.SByteKeyword);
3696
TestClassFieldWithBuiltInType
(SyntaxKind.IntKeyword);
3697
TestClassFieldWithBuiltInType
(SyntaxKind.UIntKeyword);
3698
TestClassFieldWithBuiltInType
(SyntaxKind.ShortKeyword);
3699
TestClassFieldWithBuiltInType
(SyntaxKind.UShortKeyword);
3700
TestClassFieldWithBuiltInType
(SyntaxKind.LongKeyword);
3701
TestClassFieldWithBuiltInType
(SyntaxKind.ULongKeyword);
3702
TestClassFieldWithBuiltInType
(SyntaxKind.FloatKeyword);
3703
TestClassFieldWithBuiltInType
(SyntaxKind.DoubleKeyword);
3704
TestClassFieldWithBuiltInType
(SyntaxKind.DecimalKeyword);
3705
TestClassFieldWithBuiltInType
(SyntaxKind.StringKeyword);
3706
TestClassFieldWithBuiltInType
(SyntaxKind.CharKeyword);
3707
TestClassFieldWithBuiltInType
(SyntaxKind.ObjectKeyword);