14 references to TestClassMethodWithBuiltInParameterType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
3282
TestClassMethodWithBuiltInParameterType
(SyntaxKind.BoolKeyword);
3283
TestClassMethodWithBuiltInParameterType
(SyntaxKind.SByteKeyword);
3284
TestClassMethodWithBuiltInParameterType
(SyntaxKind.IntKeyword);
3285
TestClassMethodWithBuiltInParameterType
(SyntaxKind.UIntKeyword);
3286
TestClassMethodWithBuiltInParameterType
(SyntaxKind.ShortKeyword);
3287
TestClassMethodWithBuiltInParameterType
(SyntaxKind.UShortKeyword);
3288
TestClassMethodWithBuiltInParameterType
(SyntaxKind.LongKeyword);
3289
TestClassMethodWithBuiltInParameterType
(SyntaxKind.ULongKeyword);
3290
TestClassMethodWithBuiltInParameterType
(SyntaxKind.FloatKeyword);
3291
TestClassMethodWithBuiltInParameterType
(SyntaxKind.DoubleKeyword);
3292
TestClassMethodWithBuiltInParameterType
(SyntaxKind.DecimalKeyword);
3293
TestClassMethodWithBuiltInParameterType
(SyntaxKind.StringKeyword);
3294
TestClassMethodWithBuiltInParameterType
(SyntaxKind.CharKeyword);
3295
TestClassMethodWithBuiltInParameterType
(SyntaxKind.ObjectKeyword);