15 references to TestDelegateWithBuiltInReturnType
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (15)
Parsing\DeclarationParsingTests.cs (15)
2077
TestDelegateWithBuiltInReturnType
(SyntaxKind.VoidKeyword);
2078
TestDelegateWithBuiltInReturnType
(SyntaxKind.BoolKeyword);
2079
TestDelegateWithBuiltInReturnType
(SyntaxKind.SByteKeyword);
2080
TestDelegateWithBuiltInReturnType
(SyntaxKind.IntKeyword);
2081
TestDelegateWithBuiltInReturnType
(SyntaxKind.UIntKeyword);
2082
TestDelegateWithBuiltInReturnType
(SyntaxKind.ShortKeyword);
2083
TestDelegateWithBuiltInReturnType
(SyntaxKind.UShortKeyword);
2084
TestDelegateWithBuiltInReturnType
(SyntaxKind.LongKeyword);
2085
TestDelegateWithBuiltInReturnType
(SyntaxKind.ULongKeyword);
2086
TestDelegateWithBuiltInReturnType
(SyntaxKind.FloatKeyword);
2087
TestDelegateWithBuiltInReturnType
(SyntaxKind.DoubleKeyword);
2088
TestDelegateWithBuiltInReturnType
(SyntaxKind.DecimalKeyword);
2089
TestDelegateWithBuiltInReturnType
(SyntaxKind.StringKeyword);
2090
TestDelegateWithBuiltInReturnType
(SyntaxKind.CharKeyword);
2091
TestDelegateWithBuiltInReturnType
(SyntaxKind.ObjectKeyword);