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