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