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