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