@@ -203,14 +203,14 @@ internal static Tuple cil_type_annotation(IExtractedEntity receiver, TypeAnnotat
203
203
internal static Tuple containerparent ( Folder parent , IFileOrFolder child ) =>
204
204
new Tuple ( "containerparent" , parent , child ) ;
205
205
206
- internal static Tuple files ( File file , string fullName , string name , string extension ) =>
207
- new Tuple ( "files" , file , fullName , name , extension , 0 ) ;
206
+ internal static Tuple files ( File file , string fullName ) =>
207
+ new Tuple ( "files" , file , fullName ) ;
208
208
209
209
internal static Tuple file_extraction_mode ( File file , int mode ) =>
210
210
new Tuple ( "file_extraction_mode" , file , mode ) ;
211
211
212
- internal static Tuple folders ( Folder folder , string path , string name ) =>
213
- new Tuple ( "folders" , folder , path , name ) ;
212
+ internal static Tuple folders ( Folder folder , string path ) =>
213
+ new Tuple ( "folders" , folder , path ) ;
214
214
215
215
internal static Tuple locations_default ( PdbSourceLocation label , File file , int startLine , int startCol , int endLine , int endCol ) =>
216
216
new Tuple ( "locations_default" , label , file , startLine , startCol , endLine , endCol ) ;
0 commit comments