15 references to TestClassMethodWithBuiltInReturnType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (15)
Parsing\DeclarationParsingTests.cs (15)
3216TestClassMethodWithBuiltInReturnType(SyntaxKind.VoidKeyword); 3217TestClassMethodWithBuiltInReturnType(SyntaxKind.BoolKeyword); 3218TestClassMethodWithBuiltInReturnType(SyntaxKind.SByteKeyword); 3219TestClassMethodWithBuiltInReturnType(SyntaxKind.IntKeyword); 3220TestClassMethodWithBuiltInReturnType(SyntaxKind.UIntKeyword); 3221TestClassMethodWithBuiltInReturnType(SyntaxKind.ShortKeyword); 3222TestClassMethodWithBuiltInReturnType(SyntaxKind.UShortKeyword); 3223TestClassMethodWithBuiltInReturnType(SyntaxKind.LongKeyword); 3224TestClassMethodWithBuiltInReturnType(SyntaxKind.ULongKeyword); 3225TestClassMethodWithBuiltInReturnType(SyntaxKind.FloatKeyword); 3226TestClassMethodWithBuiltInReturnType(SyntaxKind.DoubleKeyword); 3227TestClassMethodWithBuiltInReturnType(SyntaxKind.DecimalKeyword); 3228TestClassMethodWithBuiltInReturnType(SyntaxKind.StringKeyword); 3229TestClassMethodWithBuiltInReturnType(SyntaxKind.CharKeyword); 3230TestClassMethodWithBuiltInReturnType(SyntaxKind.ObjectKeyword);