@@ -203,14 +203,14 @@ internal static Tuple cil_type_annotation(IExtractedEntity receiver, TypeAnnotat
203203 internal static Tuple containerparent ( Folder parent , IFileOrFolder child ) =>
204204 new Tuple ( "containerparent" , parent , child ) ;
205205
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 ) ;
208208
209209 internal static Tuple file_extraction_mode ( File file , int mode ) =>
210210 new Tuple ( "file_extraction_mode" , file , mode ) ;
211211
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 ) ;
214214
215215 internal static Tuple locations_default ( PdbSourceLocation label , File file , int startLine , int startCol , int endLine , int endCol ) =>
216216 new Tuple ( "locations_default" , label , file , startLine , startCol , endLine , endCol ) ;
0 commit comments