14 references to TestClassPropertyWithBuiltInType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
4269TestClassPropertyWithBuiltInType(SyntaxKind.BoolKeyword); 4270TestClassPropertyWithBuiltInType(SyntaxKind.SByteKeyword); 4271TestClassPropertyWithBuiltInType(SyntaxKind.IntKeyword); 4272TestClassPropertyWithBuiltInType(SyntaxKind.UIntKeyword); 4273TestClassPropertyWithBuiltInType(SyntaxKind.ShortKeyword); 4274TestClassPropertyWithBuiltInType(SyntaxKind.UShortKeyword); 4275TestClassPropertyWithBuiltInType(SyntaxKind.LongKeyword); 4276TestClassPropertyWithBuiltInType(SyntaxKind.ULongKeyword); 4277TestClassPropertyWithBuiltInType(SyntaxKind.FloatKeyword); 4278TestClassPropertyWithBuiltInType(SyntaxKind.DoubleKeyword); 4279TestClassPropertyWithBuiltInType(SyntaxKind.DecimalKeyword); 4280TestClassPropertyWithBuiltInType(SyntaxKind.StringKeyword); 4281TestClassPropertyWithBuiltInType(SyntaxKind.CharKeyword); 4282TestClassPropertyWithBuiltInType(SyntaxKind.ObjectKeyword);