14 references to TestClassMethodWithBuiltInParameterType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
3336
TestClassMethodWithBuiltInParameterType
(SyntaxKind.BoolKeyword);
3337
TestClassMethodWithBuiltInParameterType
(SyntaxKind.SByteKeyword);
3338
TestClassMethodWithBuiltInParameterType
(SyntaxKind.IntKeyword);
3339
TestClassMethodWithBuiltInParameterType
(SyntaxKind.UIntKeyword);
3340
TestClassMethodWithBuiltInParameterType
(SyntaxKind.ShortKeyword);
3341
TestClassMethodWithBuiltInParameterType
(SyntaxKind.UShortKeyword);
3342
TestClassMethodWithBuiltInParameterType
(SyntaxKind.LongKeyword);
3343
TestClassMethodWithBuiltInParameterType
(SyntaxKind.ULongKeyword);
3344
TestClassMethodWithBuiltInParameterType
(SyntaxKind.FloatKeyword);
3345
TestClassMethodWithBuiltInParameterType
(SyntaxKind.DoubleKeyword);
3346
TestClassMethodWithBuiltInParameterType
(SyntaxKind.DecimalKeyword);
3347
TestClassMethodWithBuiltInParameterType
(SyntaxKind.StringKeyword);
3348
TestClassMethodWithBuiltInParameterType
(SyntaxKind.CharKeyword);
3349
TestClassMethodWithBuiltInParameterType
(SyntaxKind.ObjectKeyword);