14 references to TestDelegateWithBuiltInParameterType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (14)
2124TestDelegateWithBuiltInParameterType(SyntaxKind.BoolKeyword); 2125TestDelegateWithBuiltInParameterType(SyntaxKind.SByteKeyword); 2126TestDelegateWithBuiltInParameterType(SyntaxKind.IntKeyword); 2127TestDelegateWithBuiltInParameterType(SyntaxKind.UIntKeyword); 2128TestDelegateWithBuiltInParameterType(SyntaxKind.ShortKeyword); 2129TestDelegateWithBuiltInParameterType(SyntaxKind.UShortKeyword); 2130TestDelegateWithBuiltInParameterType(SyntaxKind.LongKeyword); 2131TestDelegateWithBuiltInParameterType(SyntaxKind.ULongKeyword); 2132TestDelegateWithBuiltInParameterType(SyntaxKind.FloatKeyword); 2133TestDelegateWithBuiltInParameterType(SyntaxKind.DoubleKeyword); 2134TestDelegateWithBuiltInParameterType(SyntaxKind.DecimalKeyword); 2135TestDelegateWithBuiltInParameterType(SyntaxKind.StringKeyword); 2136TestDelegateWithBuiltInParameterType(SyntaxKind.CharKeyword); 2137TestDelegateWithBuiltInParameterType(SyntaxKind.ObjectKeyword);