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