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