We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94827bf commit edc698fCopy full SHA for edc698f
packages/cli/src/languagePlugins/csharp/invocationResolver/index.ts
@@ -77,6 +77,10 @@ const calledClassesQuery = new Parser.Query(
77
returns: (qualified_name) @cls)
78
(method_declaration
79
returns: (identifier) @cls)
80
+ (array_type
81
+ type: (identifier) @cls)
82
83
+ type: (qualified_name) @cls)
84
(generic_name) @cls
85
`,
86
// Might have to change the "(generic_name) @cls" line
0 commit comments