File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments