Skip to content

Commit 8d63c60

Browse files
Change scope support
1 parent f43ac2b commit 8d63c60

File tree

1 file changed

+2
-2
lines changed
  • packages/common/src/scopeSupportFacets

1 file changed

+2
-2
lines changed

packages/common/src/scopeSupportFacets/csharp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ export const csharpScopeSupport: LanguageScopeSupportFacetMap = {
2828
"functionCallee.constructor": supported,
2929

3030
namedFunction: supported,
31-
"namedFunction.iteration.document": notApplicable,
31+
"namedFunction.iteration.document": supported,
3232
"namedFunction.constructor": supported,
3333
"namedFunction.method": supported,
3434
"namedFunction.method.iteration.class": supported,
3535

3636
functionName: supported,
37-
"functionName.iteration.document": notApplicable,
37+
"functionName.iteration.document": supported,
3838
"functionName.constructor": supported,
3939
"functionName.method": supported,
4040
"functionName.method.iteration.class": supported,

0 commit comments

Comments
 (0)