15 references to TestClassMethodWithBuiltInReturnType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (15)
Parsing\DeclarationParsingTests.cs (15)
3270TestClassMethodWithBuiltInReturnType(SyntaxKind.VoidKeyword); 3271TestClassMethodWithBuiltInReturnType(SyntaxKind.BoolKeyword); 3272TestClassMethodWithBuiltInReturnType(SyntaxKind.SByteKeyword); 3273TestClassMethodWithBuiltInReturnType(SyntaxKind.IntKeyword); 3274TestClassMethodWithBuiltInReturnType(SyntaxKind.UIntKeyword); 3275TestClassMethodWithBuiltInReturnType(SyntaxKind.ShortKeyword); 3276TestClassMethodWithBuiltInReturnType(SyntaxKind.UShortKeyword); 3277TestClassMethodWithBuiltInReturnType(SyntaxKind.LongKeyword); 3278TestClassMethodWithBuiltInReturnType(SyntaxKind.ULongKeyword); 3279TestClassMethodWithBuiltInReturnType(SyntaxKind.FloatKeyword); 3280TestClassMethodWithBuiltInReturnType(SyntaxKind.DoubleKeyword); 3281TestClassMethodWithBuiltInReturnType(SyntaxKind.DecimalKeyword); 3282TestClassMethodWithBuiltInReturnType(SyntaxKind.StringKeyword); 3283TestClassMethodWithBuiltInReturnType(SyntaxKind.CharKeyword); 3284TestClassMethodWithBuiltInReturnType(SyntaxKind.ObjectKeyword);