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