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