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