Newtonsoft.Json4.cpp 467 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. #include <stdint.h>
  9. template <typename T1>
  10. struct VirtualActionInvoker1
  11. {
  12. typedef void (*Action)(void*, T1, const RuntimeMethod*);
  13. static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
  14. {
  15. const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
  16. ((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
  17. }
  18. };
  19. template <typename R>
  20. struct VirtualFuncInvoker0
  21. {
  22. typedef R (*Func)(void*, const RuntimeMethod*);
  23. static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
  24. {
  25. const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
  26. return ((Func)invokeData.methodPtr)(obj, invokeData.method);
  27. }
  28. };
  29. template <typename R, typename T1>
  30. struct VirtualFuncInvoker1
  31. {
  32. typedef R (*Func)(void*, T1, const RuntimeMethod*);
  33. static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
  34. {
  35. const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
  36. return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
  37. }
  38. };
  39. template <typename R, typename T1, typename T2>
  40. struct VirtualFuncInvoker2
  41. {
  42. typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
  43. static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
  44. {
  45. const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
  46. return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
  47. }
  48. };
  49. struct InterfaceActionInvoker0
  50. {
  51. typedef void (*Action)(void*, const RuntimeMethod*);
  52. static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
  53. {
  54. const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
  55. ((Action)invokeData.methodPtr)(obj, invokeData.method);
  56. }
  57. };
  58. template <typename R>
  59. struct InterfaceFuncInvoker0
  60. {
  61. typedef R (*Func)(void*, const RuntimeMethod*);
  62. static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
  63. {
  64. const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
  65. return ((Func)invokeData.methodPtr)(obj, invokeData.method);
  66. }
  67. };
  68. // System.Action`2<System.Object,System.Object>
  69. struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D;
  70. // System.Collections.ObjectModel.Collection`1<Newtonsoft.Json.Linq.JToken>
  71. struct Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63;
  72. // System.Collections.ObjectModel.Collection`1<System.Object>
  73. struct Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0;
  74. // System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
  75. struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402;
  76. // System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
  77. struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC;
  78. // System.Collections.Generic.Dictionary`2<System.String,Newtonsoft.Json.Linq.JToken>
  79. struct Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447;
  80. // System.Func`1<System.Object>
  81. struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49;
  82. // System.Func`2<System.Reflection.ConstructorInfo,System.Boolean>
  83. struct Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C;
  84. // System.Func`2<System.Runtime.Serialization.EnumMemberAttribute,System.String>
  85. struct Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6;
  86. // System.Func`2<System.Reflection.FieldInfo,System.Boolean>
  87. struct Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE;
  88. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,System.Int32>
  89. struct Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3;
  90. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonProperty>
  91. struct Func_2_tCDF9360B5E91755190C449B0445E441EF50D922A;
  92. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,System.String>
  93. struct Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752;
  94. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence>
  95. struct Func_2_tA4A5FD4D9FC29DB12C95C158B953AC9C24B84CC1;
  96. // System.Func`2<System.Reflection.MemberInfo,System.Boolean>
  97. struct Func_2_t7D30352C78352695FA12AEA57C26635DF9400618;
  98. // System.Func`2<System.Reflection.MemberInfo,System.String>
  99. struct Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329;
  100. // System.Func`2<System.Object,System.Object>
  101. struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436;
  102. // System.Func`2<System.Object,System.Type>
  103. struct Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF;
  104. // System.Func`2<System.Reflection.ParameterInfo,System.Type>
  105. struct Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF;
  106. // System.Func`2<System.Type,System.Collections.Generic.IEnumerable`1<System.Reflection.MemberInfo>>
  107. struct Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352;
  108. // System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>
  109. struct IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD;
  110. // System.Collections.Generic.IEnumerable`1<System.Reflection.MemberInfo>
  111. struct IEnumerable_1_tC1469845CEBD36D92E7FE77DA40BA86D0F5DD295;
  112. // System.Collections.Generic.IEnumerable`1<System.Object>
  113. struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D;
  114. // System.Collections.Generic.IEnumerable`1<System.Reflection.ParameterInfo>
  115. struct IEnumerable_1_t7893F3E646CA021CE48865708B04C4CDA68D7388;
  116. // System.Collections.Generic.IEnumerable`1<System.Type>
  117. struct IEnumerable_1_tA2CFC624CD7D291A0E486D1A5FC78BF6425F9428;
  118. // System.Collections.Generic.IEnumerator`1<Newtonsoft.Json.Linq.JToken>
  119. struct IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94;
  120. // System.Collections.Generic.IEnumerator`1<System.Object>
  121. struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E;
  122. // System.Collections.Generic.IEqualityComparer`1<System.String>
  123. struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050;
  124. // System.Collections.Generic.IList`1<Newtonsoft.Json.Linq.JToken>
  125. struct IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA;
  126. // System.Collections.Generic.IList`1<System.Reflection.MemberInfo>
  127. struct IList_1_t52E4CE6A2808933DF561E8BD1A816878E4ED6EF1;
  128. // System.Collections.Generic.IList`1<System.Object>
  129. struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901;
  130. // System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode>
  131. struct List_1_t74A1330085B8247FB17128749F92AD552C221D8B;
  132. // System.Collections.Generic.List`1<System.Reflection.MemberInfo>
  133. struct List_1_t1E053584366104694FDDFF723CE187EAD7F857B0;
  134. // System.Collections.Generic.List`1<System.Object>
  135. struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5;
  136. // Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object>
  137. struct MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F;
  138. // Newtonsoft.Json.Serialization.ObjectConstructor`1<System.Object>
  139. struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3;
  140. // System.Predicate`1<System.Object>
  141. struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB;
  142. // System.Byte[]
  143. struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726;
  144. // System.Char[]
  145. struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
  146. // System.Delegate[]
  147. struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8;
  148. // Newtonsoft.Json.Converters.IXmlNode[]
  149. struct IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E;
  150. // System.IntPtr[]
  151. struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6;
  152. // Newtonsoft.Json.Linq.JToken[]
  153. struct JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475;
  154. // Newtonsoft.Json.Linq.JTokenType[]
  155. struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE;
  156. // System.Reflection.MemberInfo[]
  157. struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E;
  158. // System.Object[]
  159. struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE;
  160. // System.Diagnostics.StackTrace[]
  161. struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971;
  162. // System.String[]
  163. struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A;
  164. // System.Type[]
  165. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
  166. // System.ComponentModel.AddingNewEventHandler
  167. struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB;
  168. // System.Reflection.Binder
  169. struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
  170. // System.Globalization.Calendar
  171. struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A;
  172. // System.Globalization.CompareInfo
  173. struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9;
  174. // System.Reflection.ConstructorInfo
  175. struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B;
  176. // System.Globalization.CultureData
  177. struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529;
  178. // System.Globalization.CultureInfo
  179. struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98;
  180. // System.Globalization.DateTimeFormatInfo
  181. struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90;
  182. // System.DelegateData
  183. struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288;
  184. // System.Runtime.Serialization.EnumMemberAttribute
  185. struct EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC;
  186. // Newtonsoft.Json.Serialization.ErrorContext
  187. struct ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0;
  188. // System.Exception
  189. struct Exception_t;
  190. // System.Reflection.FieldInfo
  191. struct FieldInfo_t;
  192. // Newtonsoft.Json.Serialization.IAttributeProvider
  193. struct IAttributeProvider_tABFE5281DA4F4B2BD24045CFF97763A3447C7543;
  194. // System.Collections.IDictionary
  195. struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A;
  196. // System.Collections.IEnumerator
  197. struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105;
  198. // System.IFormatProvider
  199. struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF;
  200. // Newtonsoft.Json.Serialization.IValueProvider
  201. struct IValueProvider_t547FE18ACA8C11D06A3C75834100F460447DD011;
  202. // Newtonsoft.Json.Converters.IXmlNode
  203. struct IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD;
  204. // Newtonsoft.Json.Linq.JContainer
  205. struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4;
  206. // Newtonsoft.Json.Linq.JObject
  207. struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34;
  208. // Newtonsoft.Json.Linq.JProperty
  209. struct JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA;
  210. // Newtonsoft.Json.Linq.JPropertyKeyedCollection
  211. struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39;
  212. // Newtonsoft.Json.Linq.JToken
  213. struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9;
  214. // Newtonsoft.Json.Serialization.JsonContract
  215. struct JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A;
  216. // Newtonsoft.Json.JsonConverter
  217. struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242;
  218. // Newtonsoft.Json.JsonException
  219. struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166;
  220. // Newtonsoft.Json.Serialization.JsonProperty
  221. struct JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3;
  222. // Newtonsoft.Json.JsonSerializationException
  223. struct JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934;
  224. // System.ComponentModel.ListChangedEventHandler
  225. struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C;
  226. // System.Runtime.InteropServices.MarshalAsAttribute
  227. struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6;
  228. // System.Reflection.MemberFilter
  229. struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
  230. // System.Reflection.MemberInfo
  231. struct MemberInfo_t;
  232. // System.Reflection.MethodBase
  233. struct MethodBase_t;
  234. // System.Reflection.MethodInfo
  235. struct MethodInfo_t;
  236. // System.NotSupportedException
  237. struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339;
  238. // System.Globalization.NumberFormatInfo
  239. struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D;
  240. // System.Reflection.ParameterInfo
  241. struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7;
  242. // System.ComponentModel.PropertyChangedEventHandler
  243. struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99;
  244. // System.ComponentModel.PropertyChangingEventHandler
  245. struct PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B;
  246. // System.Reflection.PropertyInfo
  247. struct PropertyInfo_t;
  248. // Newtonsoft.Json.Utilities.ReflectionDelegateFactory
  249. struct ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9;
  250. // System.Runtime.Serialization.SafeSerializationManager
  251. struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F;
  252. // System.Xml.Schema.SchemaInfo
  253. struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5;
  254. // System.String
  255. struct String_t;
  256. // System.Globalization.TextInfo
  257. struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C;
  258. // System.Type
  259. struct Type_t;
  260. // System.Void
  261. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  262. // System.Xml.XmlAttributeCollection
  263. struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3;
  264. // System.Xml.XmlDeclaration
  265. struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC;
  266. // Newtonsoft.Json.Converters.XmlDeclarationWrapper
  267. struct XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D;
  268. // System.Xml.XmlDocumentType
  269. struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F;
  270. // Newtonsoft.Json.Converters.XmlDocumentTypeWrapper
  271. struct XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26;
  272. // System.Xml.XmlElement
  273. struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF;
  274. // Newtonsoft.Json.Converters.XmlElementWrapper
  275. struct XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC;
  276. // System.Xml.XmlLinkedNode
  277. struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0;
  278. // System.Xml.XmlName
  279. struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63;
  280. // System.Xml.XmlNamedNodeMap
  281. struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771;
  282. // System.Xml.XmlNode
  283. struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1;
  284. // Newtonsoft.Json.Converters.XmlNodeWrapper
  285. struct XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87;
  286. // Newtonsoft.Json.Bson.BsonReader/ContainerContext
  287. struct ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6;
  288. // Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0
  289. struct U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59;
  290. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c
  291. struct U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB;
  292. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0
  293. struct U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834;
  294. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1
  295. struct U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817;
  296. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2
  297. struct U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB;
  298. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0
  299. struct U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD;
  300. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0
  301. struct U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0;
  302. // Newtonsoft.Json.Utilities.EnumUtils/<>c
  303. struct U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71;
  304. // Newtonsoft.Json.Linq.Extensions/<>c
  305. struct U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7;
  306. // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c
  307. struct U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742;
  308. // Newtonsoft.Json.Linq.JObject/<>c
  309. struct U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448;
  310. // Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58
  311. struct U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207;
  312. // Newtonsoft.Json.Linq.JProperty/JPropertyList
  313. struct JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173;
  314. // Newtonsoft.Json.Linq.JToken/LineInfoAnnotation
  315. struct LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A;
  316. // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0
  317. struct U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59;
  318. // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0
  319. struct U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726;
  320. // Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer
  321. struct ReferenceEqualsEqualityComparer_t010754200AA57FC047ADC0CDA0E0101ED46D791E;
  322. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c
  323. struct U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA;
  324. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0
  325. struct U3CU3Ec__DisplayClass36_0_t8AC3FC48834E6E9D54EFE58B05FFD80CE3FFC440;
  326. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext
  327. struct CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1;
  328. // Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass90_0
  329. struct U3CU3Ec__DisplayClass90_0_tF4854E2504C48977ADB38499719B479F78AF575F;
  330. // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c
  331. struct U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65;
  332. // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0
  333. struct U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D;
  334. // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0
  335. struct U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70;
  336. // Newtonsoft.Json.Utilities.PropertyNameTable/Entry
  337. struct Entry_tD42BECCBE255C43533FE588B543794E909F9598C;
  338. // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0
  339. struct U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264;
  340. // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1
  341. struct U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63;
  342. // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2
  343. struct U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008;
  344. // Newtonsoft.Json.Utilities.ReflectionUtils/<>c
  345. struct U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27;
  346. // Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0
  347. struct U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572;
  348. // Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass43_0
  349. struct U3CU3Ec__DisplayClass43_0_t62C286175BC3B1F0209D3272A4BE08EEB9AA8E9F;
  350. // Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1
  351. struct U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C;
  352. IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var;
  353. IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var;
  354. IL2CPP_EXTERN_C RuntimeClass* DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var;
  355. IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
  356. IL2CPP_EXTERN_C RuntimeClass* Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF_il2cpp_TypeInfo_var;
  357. IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var;
  358. IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD_il2cpp_TypeInfo_var;
  359. IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var;
  360. IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var;
  361. IL2CPP_EXTERN_C RuntimeClass* JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var;
  362. IL2CPP_EXTERN_C RuntimeClass* JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_il2cpp_TypeInfo_var;
  363. IL2CPP_EXTERN_C RuntimeClass* JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var;
  364. IL2CPP_EXTERN_C RuntimeClass* JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var;
  365. IL2CPP_EXTERN_C RuntimeClass* JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var;
  366. IL2CPP_EXTERN_C RuntimeClass* KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87_il2cpp_TypeInfo_var;
  367. IL2CPP_EXTERN_C RuntimeClass* List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var;
  368. IL2CPP_EXTERN_C RuntimeClass* List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var;
  369. IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var;
  370. IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var;
  371. IL2CPP_EXTERN_C RuntimeClass* ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var;
  372. IL2CPP_EXTERN_C RuntimeClass* StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_il2cpp_TypeInfo_var;
  373. IL2CPP_EXTERN_C RuntimeClass* TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_il2cpp_TypeInfo_var;
  374. IL2CPP_EXTERN_C RuntimeClass* TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_il2cpp_TypeInfo_var;
  375. IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
  376. IL2CPP_EXTERN_C RuntimeClass* U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C_il2cpp_TypeInfo_var;
  377. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742_il2cpp_TypeInfo_var;
  378. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448_il2cpp_TypeInfo_var;
  379. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var;
  380. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_il2cpp_TypeInfo_var;
  381. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var;
  382. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7_il2cpp_TypeInfo_var;
  383. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var;
  384. IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var;
  385. IL2CPP_EXTERN_C RuntimeClass* XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var;
  386. IL2CPP_EXTERN_C RuntimeClass* XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D_il2cpp_TypeInfo_var;
  387. IL2CPP_EXTERN_C RuntimeClass* XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var;
  388. IL2CPP_EXTERN_C RuntimeClass* XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26_il2cpp_TypeInfo_var;
  389. IL2CPP_EXTERN_C RuntimeClass* XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var;
  390. IL2CPP_EXTERN_C RuntimeClass* XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var;
  391. IL2CPP_EXTERN_C RuntimeClass* XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var;
  392. IL2CPP_EXTERN_C RuntimeClass* XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var;
  393. IL2CPP_EXTERN_C RuntimeClass* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var;
  394. IL2CPP_EXTERN_C String_t* _stringLiteral136A55742A682B55E09AB7BC50610AD709A88AFF;
  395. IL2CPP_EXTERN_C String_t* _stringLiteral23B435163284C2F25AE5E84212B0650024F0760B;
  396. IL2CPP_EXTERN_C String_t* _stringLiteral2F3CA0198E1FC9ECBFAF5319F4200CDDC9B45957;
  397. IL2CPP_EXTERN_C String_t* _stringLiteral6699410DAF356A90DFDDE06D8F3571412FFE4442;
  398. IL2CPP_EXTERN_C String_t* _stringLiteral76E62EDFAA0D83ADA5E51419027E3B2555BC97C7;
  399. IL2CPP_EXTERN_C String_t* _stringLiteral92A38C953A6126D97ED1B04B582F3B4519E7D184;
  400. IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_RuntimeMethod_var;
  401. IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E_RuntimeMethod_var;
  402. IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var;
  403. IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_mCA7F2D2ABE8559A4B3FABDAB2EB0A244BB9FF107_RuntimeMethod_var;
  404. IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisType_t_m6C66930D0B04779F666DA976A5E22B4C9AB3A4BC_RuntimeMethod_var;
  405. IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C_RuntimeMethod_var;
  406. IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var;
  407. IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var;
  408. IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m84B84849EC5A4CBDFA2EAC12D68E99B17D87EAFD_RuntimeMethod_var;
  409. IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9_RuntimeMethod_var;
  410. IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var;
  411. IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var;
  412. IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2_RuntimeMethod_var;
  413. IL2CPP_EXTERN_C const RuntimeMethod* MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var;
  414. IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var;
  415. IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var;
  416. IL2CPP_EXTERN_C const RuntimeMethod* ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var;
  417. IL2CPP_EXTERN_C const RuntimeMethod* U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_mADE13DCBAB70A428878E701CA49C487991D70F72_RuntimeMethod_var;
  418. IL2CPP_EXTERN_C const RuntimeMethod* U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m26EE8DC5BDCE81F7E904EF44D29ACA1208AC16BF_RuntimeMethod_var;
  419. IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m85DF46087A841A2D787F963CFAEFE18A13A78746_RuntimeMethod_var;
  420. IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetJsonConverterCreatorU3Eb__18_1_m10633A41FD86AC5D98E39BEA3E6C9B21369C6D8F_RuntimeMethod_var;
  421. IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6_RuntimeMethod_var;
  422. IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_mBDE9A222B6950113F7F7AFE0F2E87069E77F77BD_RuntimeMethod_var;
  423. IL2CPP_EXTERN_C const RuntimeType* IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var;
  424. IL2CPP_EXTERN_C const RuntimeType* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var;
  425. IL2CPP_EXTERN_C const RuntimeType* JsonConstructorAttribute_t1631D1458AE9EBDBE0FF940FD3EE885E05C8ABBC_0_0_0_var;
  426. IL2CPP_EXTERN_C const RuntimeType* JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_0_0_0_var;
  427. IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
  428. struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com;
  429. struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke;
  430. struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com;
  431. struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke;
  432. struct Delegate_t_marshaled_com;
  433. struct Delegate_t_marshaled_pinvoke;
  434. struct Exception_t_marshaled_com;
  435. struct Exception_t_marshaled_pinvoke;
  436. struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E;
  437. struct JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475;
  438. struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE;
  439. struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B;
  440. struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A;
  441. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
  442. IL2CPP_EXTERN_C_BEGIN
  443. IL2CPP_EXTERN_C_END
  444. #ifdef __clang__
  445. #pragma clang diagnostic push
  446. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  447. #pragma clang diagnostic ignored "-Wunused-variable"
  448. #endif
  449. // System.Object
  450. // System.Collections.ObjectModel.Collection`1<Newtonsoft.Json.Linq.JToken>
  451. struct Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 : public RuntimeObject
  452. {
  453. public:
  454. // System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.Collection`1::items
  455. RuntimeObject* ___items_0;
  456. // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot
  457. RuntimeObject * ____syncRoot_1;
  458. public:
  459. inline static int32_t get_offset_of_items_0() { return static_cast<int32_t>(offsetof(Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63, ___items_0)); }
  460. inline RuntimeObject* get_items_0() const { return ___items_0; }
  461. inline RuntimeObject** get_address_of_items_0() { return &___items_0; }
  462. inline void set_items_0(RuntimeObject* value)
  463. {
  464. ___items_0 = value;
  465. Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value);
  466. }
  467. inline static int32_t get_offset_of__syncRoot_1() { return static_cast<int32_t>(offsetof(Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63, ____syncRoot_1)); }
  468. inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; }
  469. inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; }
  470. inline void set__syncRoot_1(RuntimeObject * value)
  471. {
  472. ____syncRoot_1 = value;
  473. Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value);
  474. }
  475. };
  476. // System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode>
  477. struct List_1_t74A1330085B8247FB17128749F92AD552C221D8B : public RuntimeObject
  478. {
  479. public:
  480. // T[] System.Collections.Generic.List`1::_items
  481. IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* ____items_1;
  482. // System.Int32 System.Collections.Generic.List`1::_size
  483. int32_t ____size_2;
  484. // System.Int32 System.Collections.Generic.List`1::_version
  485. int32_t ____version_3;
  486. // System.Object System.Collections.Generic.List`1::_syncRoot
  487. RuntimeObject * ____syncRoot_4;
  488. public:
  489. inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t74A1330085B8247FB17128749F92AD552C221D8B, ____items_1)); }
  490. inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* get__items_1() const { return ____items_1; }
  491. inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E** get_address_of__items_1() { return &____items_1; }
  492. inline void set__items_1(IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* value)
  493. {
  494. ____items_1 = value;
  495. Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
  496. }
  497. inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t74A1330085B8247FB17128749F92AD552C221D8B, ____size_2)); }
  498. inline int32_t get__size_2() const { return ____size_2; }
  499. inline int32_t* get_address_of__size_2() { return &____size_2; }
  500. inline void set__size_2(int32_t value)
  501. {
  502. ____size_2 = value;
  503. }
  504. inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t74A1330085B8247FB17128749F92AD552C221D8B, ____version_3)); }
  505. inline int32_t get__version_3() const { return ____version_3; }
  506. inline int32_t* get_address_of__version_3() { return &____version_3; }
  507. inline void set__version_3(int32_t value)
  508. {
  509. ____version_3 = value;
  510. }
  511. inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t74A1330085B8247FB17128749F92AD552C221D8B, ____syncRoot_4)); }
  512. inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
  513. inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
  514. inline void set__syncRoot_4(RuntimeObject * value)
  515. {
  516. ____syncRoot_4 = value;
  517. Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
  518. }
  519. };
  520. struct List_1_t74A1330085B8247FB17128749F92AD552C221D8B_StaticFields
  521. {
  522. public:
  523. // T[] System.Collections.Generic.List`1::_emptyArray
  524. IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* ____emptyArray_5;
  525. public:
  526. inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_StaticFields, ____emptyArray_5)); }
  527. inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* get__emptyArray_5() const { return ____emptyArray_5; }
  528. inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
  529. inline void set__emptyArray_5(IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* value)
  530. {
  531. ____emptyArray_5 = value;
  532. Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
  533. }
  534. };
  535. // System.Collections.Generic.List`1<System.Reflection.MemberInfo>
  536. struct List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 : public RuntimeObject
  537. {
  538. public:
  539. // T[] System.Collections.Generic.List`1::_items
  540. MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ____items_1;
  541. // System.Int32 System.Collections.Generic.List`1::_size
  542. int32_t ____size_2;
  543. // System.Int32 System.Collections.Generic.List`1::_version
  544. int32_t ____version_3;
  545. // System.Object System.Collections.Generic.List`1::_syncRoot
  546. RuntimeObject * ____syncRoot_4;
  547. public:
  548. inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____items_1)); }
  549. inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* get__items_1() const { return ____items_1; }
  550. inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E** get_address_of__items_1() { return &____items_1; }
  551. inline void set__items_1(MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* value)
  552. {
  553. ____items_1 = value;
  554. Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
  555. }
  556. inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____size_2)); }
  557. inline int32_t get__size_2() const { return ____size_2; }
  558. inline int32_t* get_address_of__size_2() { return &____size_2; }
  559. inline void set__size_2(int32_t value)
  560. {
  561. ____size_2 = value;
  562. }
  563. inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____version_3)); }
  564. inline int32_t get__version_3() const { return ____version_3; }
  565. inline int32_t* get_address_of__version_3() { return &____version_3; }
  566. inline void set__version_3(int32_t value)
  567. {
  568. ____version_3 = value;
  569. }
  570. inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____syncRoot_4)); }
  571. inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
  572. inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
  573. inline void set__syncRoot_4(RuntimeObject * value)
  574. {
  575. ____syncRoot_4 = value;
  576. Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
  577. }
  578. };
  579. struct List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_StaticFields
  580. {
  581. public:
  582. // T[] System.Collections.Generic.List`1::_emptyArray
  583. MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ____emptyArray_5;
  584. public:
  585. inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_StaticFields, ____emptyArray_5)); }
  586. inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* get__emptyArray_5() const { return ____emptyArray_5; }
  587. inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
  588. inline void set__emptyArray_5(MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* value)
  589. {
  590. ____emptyArray_5 = value;
  591. Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
  592. }
  593. };
  594. struct Il2CppArrayBounds;
  595. // System.Array
  596. // System.Attribute
  597. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  598. {
  599. public:
  600. public:
  601. };
  602. // System.Globalization.CultureInfo
  603. struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject
  604. {
  605. public:
  606. // System.Boolean System.Globalization.CultureInfo::m_isReadOnly
  607. bool ___m_isReadOnly_3;
  608. // System.Int32 System.Globalization.CultureInfo::cultureID
  609. int32_t ___cultureID_4;
  610. // System.Int32 System.Globalization.CultureInfo::parent_lcid
  611. int32_t ___parent_lcid_5;
  612. // System.Int32 System.Globalization.CultureInfo::datetime_index
  613. int32_t ___datetime_index_6;
  614. // System.Int32 System.Globalization.CultureInfo::number_index
  615. int32_t ___number_index_7;
  616. // System.Int32 System.Globalization.CultureInfo::default_calendar_type
  617. int32_t ___default_calendar_type_8;
  618. // System.Boolean System.Globalization.CultureInfo::m_useUserOverride
  619. bool ___m_useUserOverride_9;
  620. // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
  621. NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10;
  622. // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
  623. DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11;
  624. // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
  625. TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12;
  626. // System.String System.Globalization.CultureInfo::m_name
  627. String_t* ___m_name_13;
  628. // System.String System.Globalization.CultureInfo::englishname
  629. String_t* ___englishname_14;
  630. // System.String System.Globalization.CultureInfo::nativename
  631. String_t* ___nativename_15;
  632. // System.String System.Globalization.CultureInfo::iso3lang
  633. String_t* ___iso3lang_16;
  634. // System.String System.Globalization.CultureInfo::iso2lang
  635. String_t* ___iso2lang_17;
  636. // System.String System.Globalization.CultureInfo::win3lang
  637. String_t* ___win3lang_18;
  638. // System.String System.Globalization.CultureInfo::territory
  639. String_t* ___territory_19;
  640. // System.String[] System.Globalization.CultureInfo::native_calendar_names
  641. StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20;
  642. // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
  643. CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21;
  644. // System.Void* System.Globalization.CultureInfo::textinfo_data
  645. void* ___textinfo_data_22;
  646. // System.Int32 System.Globalization.CultureInfo::m_dataItem
  647. int32_t ___m_dataItem_23;
  648. // System.Globalization.Calendar System.Globalization.CultureInfo::calendar
  649. Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24;
  650. // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
  651. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25;
  652. // System.Boolean System.Globalization.CultureInfo::constructed
  653. bool ___constructed_26;
  654. // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
  655. ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27;
  656. // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
  657. CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28;
  658. // System.Boolean System.Globalization.CultureInfo::m_isInherited
  659. bool ___m_isInherited_29;
  660. public:
  661. inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); }
  662. inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
  663. inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
  664. inline void set_m_isReadOnly_3(bool value)
  665. {
  666. ___m_isReadOnly_3 = value;
  667. }
  668. inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); }
  669. inline int32_t get_cultureID_4() const { return ___cultureID_4; }
  670. inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
  671. inline void set_cultureID_4(int32_t value)
  672. {
  673. ___cultureID_4 = value;
  674. }
  675. inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); }
  676. inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
  677. inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
  678. inline void set_parent_lcid_5(int32_t value)
  679. {
  680. ___parent_lcid_5 = value;
  681. }
  682. inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); }
  683. inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
  684. inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
  685. inline void set_datetime_index_6(int32_t value)
  686. {
  687. ___datetime_index_6 = value;
  688. }
  689. inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); }
  690. inline int32_t get_number_index_7() const { return ___number_index_7; }
  691. inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
  692. inline void set_number_index_7(int32_t value)
  693. {
  694. ___number_index_7 = value;
  695. }
  696. inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); }
  697. inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
  698. inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
  699. inline void set_default_calendar_type_8(int32_t value)
  700. {
  701. ___default_calendar_type_8 = value;
  702. }
  703. inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); }
  704. inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
  705. inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
  706. inline void set_m_useUserOverride_9(bool value)
  707. {
  708. ___m_useUserOverride_9 = value;
  709. }
  710. inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); }
  711. inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; }
  712. inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; }
  713. inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value)
  714. {
  715. ___numInfo_10 = value;
  716. Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
  717. }
  718. inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); }
  719. inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
  720. inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
  721. inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value)
  722. {
  723. ___dateTimeInfo_11 = value;
  724. Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
  725. }
  726. inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); }
  727. inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; }
  728. inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; }
  729. inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value)
  730. {
  731. ___textInfo_12 = value;
  732. Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
  733. }
  734. inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); }
  735. inline String_t* get_m_name_13() const { return ___m_name_13; }
  736. inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
  737. inline void set_m_name_13(String_t* value)
  738. {
  739. ___m_name_13 = value;
  740. Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
  741. }
  742. inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); }
  743. inline String_t* get_englishname_14() const { return ___englishname_14; }
  744. inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
  745. inline void set_englishname_14(String_t* value)
  746. {
  747. ___englishname_14 = value;
  748. Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
  749. }
  750. inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); }
  751. inline String_t* get_nativename_15() const { return ___nativename_15; }
  752. inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
  753. inline void set_nativename_15(String_t* value)
  754. {
  755. ___nativename_15 = value;
  756. Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
  757. }
  758. inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); }
  759. inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
  760. inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
  761. inline void set_iso3lang_16(String_t* value)
  762. {
  763. ___iso3lang_16 = value;
  764. Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
  765. }
  766. inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); }
  767. inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
  768. inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
  769. inline void set_iso2lang_17(String_t* value)
  770. {
  771. ___iso2lang_17 = value;
  772. Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
  773. }
  774. inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); }
  775. inline String_t* get_win3lang_18() const { return ___win3lang_18; }
  776. inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
  777. inline void set_win3lang_18(String_t* value)
  778. {
  779. ___win3lang_18 = value;
  780. Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
  781. }
  782. inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); }
  783. inline String_t* get_territory_19() const { return ___territory_19; }
  784. inline String_t** get_address_of_territory_19() { return &___territory_19; }
  785. inline void set_territory_19(String_t* value)
  786. {
  787. ___territory_19 = value;
  788. Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
  789. }
  790. inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); }
  791. inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
  792. inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
  793. inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value)
  794. {
  795. ___native_calendar_names_20 = value;
  796. Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
  797. }
  798. inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); }
  799. inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; }
  800. inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
  801. inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value)
  802. {
  803. ___compareInfo_21 = value;
  804. Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
  805. }
  806. inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); }
  807. inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
  808. inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
  809. inline void set_textinfo_data_22(void* value)
  810. {
  811. ___textinfo_data_22 = value;
  812. }
  813. inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); }
  814. inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
  815. inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
  816. inline void set_m_dataItem_23(int32_t value)
  817. {
  818. ___m_dataItem_23 = value;
  819. }
  820. inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); }
  821. inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; }
  822. inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; }
  823. inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value)
  824. {
  825. ___calendar_24 = value;
  826. Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
  827. }
  828. inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); }
  829. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; }
  830. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
  831. inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value)
  832. {
  833. ___parent_culture_25 = value;
  834. Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
  835. }
  836. inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); }
  837. inline bool get_constructed_26() const { return ___constructed_26; }
  838. inline bool* get_address_of_constructed_26() { return &___constructed_26; }
  839. inline void set_constructed_26(bool value)
  840. {
  841. ___constructed_26 = value;
  842. }
  843. inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); }
  844. inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
  845. inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
  846. inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value)
  847. {
  848. ___cached_serialized_form_27 = value;
  849. Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
  850. }
  851. inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); }
  852. inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; }
  853. inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
  854. inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value)
  855. {
  856. ___m_cultureData_28 = value;
  857. Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
  858. }
  859. inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); }
  860. inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
  861. inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
  862. inline void set_m_isInherited_29(bool value)
  863. {
  864. ___m_isInherited_29 = value;
  865. }
  866. };
  867. struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields
  868. {
  869. public:
  870. // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
  871. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0;
  872. // System.Object System.Globalization.CultureInfo::shared_table_lock
  873. RuntimeObject * ___shared_table_lock_1;
  874. // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
  875. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2;
  876. // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
  877. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33;
  878. // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
  879. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34;
  880. // System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
  881. Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35;
  882. // System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
  883. Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36;
  884. // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
  885. bool ___IsTaiwanSku_37;
  886. public:
  887. inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); }
  888. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
  889. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
  890. inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value)
  891. {
  892. ___invariant_culture_info_0 = value;
  893. Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
  894. }
  895. inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); }
  896. inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
  897. inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
  898. inline void set_shared_table_lock_1(RuntimeObject * value)
  899. {
  900. ___shared_table_lock_1 = value;
  901. Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
  902. }
  903. inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); }
  904. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; }
  905. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
  906. inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value)
  907. {
  908. ___default_current_culture_2 = value;
  909. Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
  910. }
  911. inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
  912. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
  913. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
  914. inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value)
  915. {
  916. ___s_DefaultThreadCurrentUICulture_33 = value;
  917. Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
  918. }
  919. inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
  920. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
  921. inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
  922. inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value)
  923. {
  924. ___s_DefaultThreadCurrentCulture_34 = value;
  925. Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
  926. }
  927. inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); }
  928. inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; }
  929. inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
  930. inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value)
  931. {
  932. ___shared_by_number_35 = value;
  933. Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
  934. }
  935. inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); }
  936. inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; }
  937. inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
  938. inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value)
  939. {
  940. ___shared_by_name_36 = value;
  941. Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
  942. }
  943. inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); }
  944. inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
  945. inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
  946. inline void set_IsTaiwanSku_37(bool value)
  947. {
  948. ___IsTaiwanSku_37 = value;
  949. }
  950. };
  951. // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
  952. struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke
  953. {
  954. int32_t ___m_isReadOnly_3;
  955. int32_t ___cultureID_4;
  956. int32_t ___parent_lcid_5;
  957. int32_t ___datetime_index_6;
  958. int32_t ___number_index_7;
  959. int32_t ___default_calendar_type_8;
  960. int32_t ___m_useUserOverride_9;
  961. NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10;
  962. DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11;
  963. TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12;
  964. char* ___m_name_13;
  965. char* ___englishname_14;
  966. char* ___nativename_15;
  967. char* ___iso3lang_16;
  968. char* ___iso2lang_17;
  969. char* ___win3lang_18;
  970. char* ___territory_19;
  971. char** ___native_calendar_names_20;
  972. CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21;
  973. void* ___textinfo_data_22;
  974. int32_t ___m_dataItem_23;
  975. Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24;
  976. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25;
  977. int32_t ___constructed_26;
  978. Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
  979. CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28;
  980. int32_t ___m_isInherited_29;
  981. };
  982. // Native definition for COM marshalling of System.Globalization.CultureInfo
  983. struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com
  984. {
  985. int32_t ___m_isReadOnly_3;
  986. int32_t ___cultureID_4;
  987. int32_t ___parent_lcid_5;
  988. int32_t ___datetime_index_6;
  989. int32_t ___number_index_7;
  990. int32_t ___default_calendar_type_8;
  991. int32_t ___m_useUserOverride_9;
  992. NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10;
  993. DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11;
  994. TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12;
  995. Il2CppChar* ___m_name_13;
  996. Il2CppChar* ___englishname_14;
  997. Il2CppChar* ___nativename_15;
  998. Il2CppChar* ___iso3lang_16;
  999. Il2CppChar* ___iso2lang_17;
  1000. Il2CppChar* ___win3lang_18;
  1001. Il2CppChar* ___territory_19;
  1002. Il2CppChar** ___native_calendar_names_20;
  1003. CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21;
  1004. void* ___textinfo_data_22;
  1005. int32_t ___m_dataItem_23;
  1006. Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24;
  1007. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25;
  1008. int32_t ___constructed_26;
  1009. Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
  1010. CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28;
  1011. int32_t ___m_isInherited_29;
  1012. };
  1013. // Newtonsoft.Json.Serialization.ErrorContext
  1014. struct ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 : public RuntimeObject
  1015. {
  1016. public:
  1017. // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::<Traced>k__BackingField
  1018. bool ___U3CTracedU3Ek__BackingField_0;
  1019. // System.Exception Newtonsoft.Json.Serialization.ErrorContext::<Error>k__BackingField
  1020. Exception_t * ___U3CErrorU3Ek__BackingField_1;
  1021. // System.Object Newtonsoft.Json.Serialization.ErrorContext::<OriginalObject>k__BackingField
  1022. RuntimeObject * ___U3COriginalObjectU3Ek__BackingField_2;
  1023. // System.Object Newtonsoft.Json.Serialization.ErrorContext::<Member>k__BackingField
  1024. RuntimeObject * ___U3CMemberU3Ek__BackingField_3;
  1025. // System.String Newtonsoft.Json.Serialization.ErrorContext::<Path>k__BackingField
  1026. String_t* ___U3CPathU3Ek__BackingField_4;
  1027. // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::<Handled>k__BackingField
  1028. bool ___U3CHandledU3Ek__BackingField_5;
  1029. public:
  1030. inline static int32_t get_offset_of_U3CTracedU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CTracedU3Ek__BackingField_0)); }
  1031. inline bool get_U3CTracedU3Ek__BackingField_0() const { return ___U3CTracedU3Ek__BackingField_0; }
  1032. inline bool* get_address_of_U3CTracedU3Ek__BackingField_0() { return &___U3CTracedU3Ek__BackingField_0; }
  1033. inline void set_U3CTracedU3Ek__BackingField_0(bool value)
  1034. {
  1035. ___U3CTracedU3Ek__BackingField_0 = value;
  1036. }
  1037. inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CErrorU3Ek__BackingField_1)); }
  1038. inline Exception_t * get_U3CErrorU3Ek__BackingField_1() const { return ___U3CErrorU3Ek__BackingField_1; }
  1039. inline Exception_t ** get_address_of_U3CErrorU3Ek__BackingField_1() { return &___U3CErrorU3Ek__BackingField_1; }
  1040. inline void set_U3CErrorU3Ek__BackingField_1(Exception_t * value)
  1041. {
  1042. ___U3CErrorU3Ek__BackingField_1 = value;
  1043. Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_1), (void*)value);
  1044. }
  1045. inline static int32_t get_offset_of_U3COriginalObjectU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3COriginalObjectU3Ek__BackingField_2)); }
  1046. inline RuntimeObject * get_U3COriginalObjectU3Ek__BackingField_2() const { return ___U3COriginalObjectU3Ek__BackingField_2; }
  1047. inline RuntimeObject ** get_address_of_U3COriginalObjectU3Ek__BackingField_2() { return &___U3COriginalObjectU3Ek__BackingField_2; }
  1048. inline void set_U3COriginalObjectU3Ek__BackingField_2(RuntimeObject * value)
  1049. {
  1050. ___U3COriginalObjectU3Ek__BackingField_2 = value;
  1051. Il2CppCodeGenWriteBarrier((void**)(&___U3COriginalObjectU3Ek__BackingField_2), (void*)value);
  1052. }
  1053. inline static int32_t get_offset_of_U3CMemberU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CMemberU3Ek__BackingField_3)); }
  1054. inline RuntimeObject * get_U3CMemberU3Ek__BackingField_3() const { return ___U3CMemberU3Ek__BackingField_3; }
  1055. inline RuntimeObject ** get_address_of_U3CMemberU3Ek__BackingField_3() { return &___U3CMemberU3Ek__BackingField_3; }
  1056. inline void set_U3CMemberU3Ek__BackingField_3(RuntimeObject * value)
  1057. {
  1058. ___U3CMemberU3Ek__BackingField_3 = value;
  1059. Il2CppCodeGenWriteBarrier((void**)(&___U3CMemberU3Ek__BackingField_3), (void*)value);
  1060. }
  1061. inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CPathU3Ek__BackingField_4)); }
  1062. inline String_t* get_U3CPathU3Ek__BackingField_4() const { return ___U3CPathU3Ek__BackingField_4; }
  1063. inline String_t** get_address_of_U3CPathU3Ek__BackingField_4() { return &___U3CPathU3Ek__BackingField_4; }
  1064. inline void set_U3CPathU3Ek__BackingField_4(String_t* value)
  1065. {
  1066. ___U3CPathU3Ek__BackingField_4 = value;
  1067. Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_4), (void*)value);
  1068. }
  1069. inline static int32_t get_offset_of_U3CHandledU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CHandledU3Ek__BackingField_5)); }
  1070. inline bool get_U3CHandledU3Ek__BackingField_5() const { return ___U3CHandledU3Ek__BackingField_5; }
  1071. inline bool* get_address_of_U3CHandledU3Ek__BackingField_5() { return &___U3CHandledU3Ek__BackingField_5; }
  1072. inline void set_U3CHandledU3Ek__BackingField_5(bool value)
  1073. {
  1074. ___U3CHandledU3Ek__BackingField_5 = value;
  1075. }
  1076. };
  1077. // Newtonsoft.Json.Linq.JToken
  1078. struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject
  1079. {
  1080. public:
  1081. // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent
  1082. JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0;
  1083. // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous
  1084. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1;
  1085. // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next
  1086. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2;
  1087. // System.Object Newtonsoft.Json.Linq.JToken::_annotations
  1088. RuntimeObject * ____annotations_3;
  1089. public:
  1090. inline static int32_t get_offset_of__parent_0() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); }
  1091. inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; }
  1092. inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; }
  1093. inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value)
  1094. {
  1095. ____parent_0 = value;
  1096. Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value);
  1097. }
  1098. inline static int32_t get_offset_of__previous_1() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); }
  1099. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; }
  1100. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; }
  1101. inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value)
  1102. {
  1103. ____previous_1 = value;
  1104. Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value);
  1105. }
  1106. inline static int32_t get_offset_of__next_2() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); }
  1107. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; }
  1108. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; }
  1109. inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value)
  1110. {
  1111. ____next_2 = value;
  1112. Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value);
  1113. }
  1114. inline static int32_t get_offset_of__annotations_3() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); }
  1115. inline RuntimeObject * get__annotations_3() const { return ____annotations_3; }
  1116. inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; }
  1117. inline void set__annotations_3(RuntimeObject * value)
  1118. {
  1119. ____annotations_3 = value;
  1120. Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value);
  1121. }
  1122. };
  1123. struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields
  1124. {
  1125. public:
  1126. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes
  1127. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4;
  1128. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes
  1129. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5;
  1130. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes
  1131. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6;
  1132. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes
  1133. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7;
  1134. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes
  1135. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8;
  1136. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes
  1137. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9;
  1138. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes
  1139. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10;
  1140. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes
  1141. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11;
  1142. // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes
  1143. JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12;
  1144. public:
  1145. inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); }
  1146. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; }
  1147. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; }
  1148. inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1149. {
  1150. ___BooleanTypes_4 = value;
  1151. Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value);
  1152. }
  1153. inline static int32_t get_offset_of_NumberTypes_5() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); }
  1154. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; }
  1155. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; }
  1156. inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1157. {
  1158. ___NumberTypes_5 = value;
  1159. Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value);
  1160. }
  1161. inline static int32_t get_offset_of_StringTypes_6() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); }
  1162. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; }
  1163. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; }
  1164. inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1165. {
  1166. ___StringTypes_6 = value;
  1167. Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value);
  1168. }
  1169. inline static int32_t get_offset_of_GuidTypes_7() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); }
  1170. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; }
  1171. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; }
  1172. inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1173. {
  1174. ___GuidTypes_7 = value;
  1175. Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value);
  1176. }
  1177. inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); }
  1178. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; }
  1179. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; }
  1180. inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1181. {
  1182. ___TimeSpanTypes_8 = value;
  1183. Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value);
  1184. }
  1185. inline static int32_t get_offset_of_UriTypes_9() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); }
  1186. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; }
  1187. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; }
  1188. inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1189. {
  1190. ___UriTypes_9 = value;
  1191. Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value);
  1192. }
  1193. inline static int32_t get_offset_of_CharTypes_10() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); }
  1194. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; }
  1195. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; }
  1196. inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1197. {
  1198. ___CharTypes_10 = value;
  1199. Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value);
  1200. }
  1201. inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); }
  1202. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; }
  1203. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; }
  1204. inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1205. {
  1206. ___DateTimeTypes_11 = value;
  1207. Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value);
  1208. }
  1209. inline static int32_t get_offset_of_BytesTypes_12() { return static_cast<int32_t>(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); }
  1210. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; }
  1211. inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; }
  1212. inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value)
  1213. {
  1214. ___BytesTypes_12 = value;
  1215. Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value);
  1216. }
  1217. };
  1218. // Newtonsoft.Json.JsonConverter
  1219. struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 : public RuntimeObject
  1220. {
  1221. public:
  1222. public:
  1223. };
  1224. // System.Reflection.MemberInfo
  1225. struct MemberInfo_t : public RuntimeObject
  1226. {
  1227. public:
  1228. public:
  1229. };
  1230. // Newtonsoft.Json.Utilities.ReflectionDelegateFactory
  1231. struct ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 : public RuntimeObject
  1232. {
  1233. public:
  1234. public:
  1235. };
  1236. // System.String
  1237. struct String_t : public RuntimeObject
  1238. {
  1239. public:
  1240. // System.Int32 System.String::m_stringLength
  1241. int32_t ___m_stringLength_0;
  1242. // System.Char System.String::m_firstChar
  1243. Il2CppChar ___m_firstChar_1;
  1244. public:
  1245. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  1246. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  1247. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  1248. inline void set_m_stringLength_0(int32_t value)
  1249. {
  1250. ___m_stringLength_0 = value;
  1251. }
  1252. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  1253. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  1254. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  1255. inline void set_m_firstChar_1(Il2CppChar value)
  1256. {
  1257. ___m_firstChar_1 = value;
  1258. }
  1259. };
  1260. struct String_t_StaticFields
  1261. {
  1262. public:
  1263. // System.String System.String::Empty
  1264. String_t* ___Empty_5;
  1265. public:
  1266. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  1267. inline String_t* get_Empty_5() const { return ___Empty_5; }
  1268. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  1269. inline void set_Empty_5(String_t* value)
  1270. {
  1271. ___Empty_5 = value;
  1272. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  1273. }
  1274. };
  1275. // System.ValueType
  1276. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  1277. {
  1278. public:
  1279. public:
  1280. };
  1281. // Native definition for P/Invoke marshalling of System.ValueType
  1282. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  1283. {
  1284. };
  1285. // Native definition for COM marshalling of System.ValueType
  1286. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  1287. {
  1288. };
  1289. // System.Xml.XmlNode
  1290. struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject
  1291. {
  1292. public:
  1293. // System.Xml.XmlNode System.Xml.XmlNode::parentNode
  1294. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0;
  1295. public:
  1296. inline static int32_t get_offset_of_parentNode_0() { return static_cast<int32_t>(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); }
  1297. inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; }
  1298. inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; }
  1299. inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value)
  1300. {
  1301. ___parentNode_0 = value;
  1302. Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value);
  1303. }
  1304. };
  1305. // System.Xml.XmlNodeList
  1306. struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 : public RuntimeObject
  1307. {
  1308. public:
  1309. public:
  1310. };
  1311. // Newtonsoft.Json.Converters.XmlNodeWrapper
  1312. struct XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 : public RuntimeObject
  1313. {
  1314. public:
  1315. // System.Xml.XmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::_node
  1316. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ____node_0;
  1317. // System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode> Newtonsoft.Json.Converters.XmlNodeWrapper::_childNodes
  1318. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ____childNodes_1;
  1319. // System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode> Newtonsoft.Json.Converters.XmlNodeWrapper::_attributes
  1320. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ____attributes_2;
  1321. public:
  1322. inline static int32_t get_offset_of__node_0() { return static_cast<int32_t>(offsetof(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87, ____node_0)); }
  1323. inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get__node_0() const { return ____node_0; }
  1324. inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of__node_0() { return &____node_0; }
  1325. inline void set__node_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value)
  1326. {
  1327. ____node_0 = value;
  1328. Il2CppCodeGenWriteBarrier((void**)(&____node_0), (void*)value);
  1329. }
  1330. inline static int32_t get_offset_of__childNodes_1() { return static_cast<int32_t>(offsetof(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87, ____childNodes_1)); }
  1331. inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get__childNodes_1() const { return ____childNodes_1; }
  1332. inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of__childNodes_1() { return &____childNodes_1; }
  1333. inline void set__childNodes_1(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value)
  1334. {
  1335. ____childNodes_1 = value;
  1336. Il2CppCodeGenWriteBarrier((void**)(&____childNodes_1), (void*)value);
  1337. }
  1338. inline static int32_t get_offset_of__attributes_2() { return static_cast<int32_t>(offsetof(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87, ____attributes_2)); }
  1339. inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get__attributes_2() const { return ____attributes_2; }
  1340. inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of__attributes_2() { return &____attributes_2; }
  1341. inline void set__attributes_2(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value)
  1342. {
  1343. ____attributes_2 = value;
  1344. Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value);
  1345. }
  1346. };
  1347. // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/<ExecuteFilter>d__4
  1348. struct U3CExecuteFilterU3Ed__4_tB73026B46FC6B8D244B12747771FBB13CC2B1F25 : public RuntimeObject
  1349. {
  1350. public:
  1351. public:
  1352. };
  1353. // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/<ExecuteFilter>d__4
  1354. struct U3CExecuteFilterU3Ed__4_t675642A6BB051E3306B2725AFD2097B3C8F732FB : public RuntimeObject
  1355. {
  1356. public:
  1357. public:
  1358. };
  1359. // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/<ExecuteFilter>d__12
  1360. struct U3CExecuteFilterU3Ed__12_tEDDE08DD9BBD85622B3D56E0E0E9BD0332ACE82A : public RuntimeObject
  1361. {
  1362. public:
  1363. public:
  1364. };
  1365. // Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0
  1366. struct U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 : public RuntimeObject
  1367. {
  1368. public:
  1369. // Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object> Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0::call
  1370. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___call_0;
  1371. public:
  1372. inline static int32_t get_offset_of_call_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59, ___call_0)); }
  1373. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_call_0() const { return ___call_0; }
  1374. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_call_0() { return &___call_0; }
  1375. inline void set_call_0(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value)
  1376. {
  1377. ___call_0 = value;
  1378. Il2CppCodeGenWriteBarrier((void**)(&___call_0), (void*)value);
  1379. }
  1380. };
  1381. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c
  1382. struct U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB : public RuntimeObject
  1383. {
  1384. public:
  1385. public:
  1386. };
  1387. struct U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields
  1388. {
  1389. public:
  1390. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9
  1391. U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * ___U3CU3E9_0;
  1392. // System.Func`2<System.Reflection.MemberInfo,System.Boolean> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__30_0
  1393. Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___U3CU3E9__30_0_1;
  1394. // System.Func`2<System.Reflection.MemberInfo,System.Boolean> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__30_1
  1395. Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___U3CU3E9__30_1_2;
  1396. // System.Func`2<System.Type,System.Collections.Generic.IEnumerable`1<System.Reflection.MemberInfo>> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__33_0
  1397. Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * ___U3CU3E9__33_0_3;
  1398. // System.Func`2<System.Reflection.MemberInfo,System.Boolean> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__33_1
  1399. Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___U3CU3E9__33_1_4;
  1400. // System.Func`2<System.Reflection.ConstructorInfo,System.Boolean> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__36_0
  1401. Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * ___U3CU3E9__36_0_5;
  1402. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,System.Int32> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__60_0
  1403. Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * ___U3CU3E9__60_0_6;
  1404. public:
  1405. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9_0)); }
  1406. inline U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  1407. inline U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  1408. inline void set_U3CU3E9_0(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * value)
  1409. {
  1410. ___U3CU3E9_0 = value;
  1411. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  1412. }
  1413. inline static int32_t get_offset_of_U3CU3E9__30_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__30_0_1)); }
  1414. inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * get_U3CU3E9__30_0_1() const { return ___U3CU3E9__30_0_1; }
  1415. inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 ** get_address_of_U3CU3E9__30_0_1() { return &___U3CU3E9__30_0_1; }
  1416. inline void set_U3CU3E9__30_0_1(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * value)
  1417. {
  1418. ___U3CU3E9__30_0_1 = value;
  1419. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__30_0_1), (void*)value);
  1420. }
  1421. inline static int32_t get_offset_of_U3CU3E9__30_1_2() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__30_1_2)); }
  1422. inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * get_U3CU3E9__30_1_2() const { return ___U3CU3E9__30_1_2; }
  1423. inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 ** get_address_of_U3CU3E9__30_1_2() { return &___U3CU3E9__30_1_2; }
  1424. inline void set_U3CU3E9__30_1_2(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * value)
  1425. {
  1426. ___U3CU3E9__30_1_2 = value;
  1427. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__30_1_2), (void*)value);
  1428. }
  1429. inline static int32_t get_offset_of_U3CU3E9__33_0_3() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__33_0_3)); }
  1430. inline Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * get_U3CU3E9__33_0_3() const { return ___U3CU3E9__33_0_3; }
  1431. inline Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 ** get_address_of_U3CU3E9__33_0_3() { return &___U3CU3E9__33_0_3; }
  1432. inline void set_U3CU3E9__33_0_3(Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * value)
  1433. {
  1434. ___U3CU3E9__33_0_3 = value;
  1435. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__33_0_3), (void*)value);
  1436. }
  1437. inline static int32_t get_offset_of_U3CU3E9__33_1_4() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__33_1_4)); }
  1438. inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * get_U3CU3E9__33_1_4() const { return ___U3CU3E9__33_1_4; }
  1439. inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 ** get_address_of_U3CU3E9__33_1_4() { return &___U3CU3E9__33_1_4; }
  1440. inline void set_U3CU3E9__33_1_4(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * value)
  1441. {
  1442. ___U3CU3E9__33_1_4 = value;
  1443. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__33_1_4), (void*)value);
  1444. }
  1445. inline static int32_t get_offset_of_U3CU3E9__36_0_5() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__36_0_5)); }
  1446. inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * get_U3CU3E9__36_0_5() const { return ___U3CU3E9__36_0_5; }
  1447. inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C ** get_address_of_U3CU3E9__36_0_5() { return &___U3CU3E9__36_0_5; }
  1448. inline void set_U3CU3E9__36_0_5(Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * value)
  1449. {
  1450. ___U3CU3E9__36_0_5 = value;
  1451. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__36_0_5), (void*)value);
  1452. }
  1453. inline static int32_t get_offset_of_U3CU3E9__60_0_6() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__60_0_6)); }
  1454. inline Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * get_U3CU3E9__60_0_6() const { return ___U3CU3E9__60_0_6; }
  1455. inline Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 ** get_address_of_U3CU3E9__60_0_6() { return &___U3CU3E9__60_0_6; }
  1456. inline void set_U3CU3E9__60_0_6(Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * value)
  1457. {
  1458. ___U3CU3E9__60_0_6 = value;
  1459. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_0_6), (void*)value);
  1460. }
  1461. };
  1462. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0
  1463. struct U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 : public RuntimeObject
  1464. {
  1465. public:
  1466. // System.Func`2<System.Object,System.Object> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::getExtensionDataDictionary
  1467. Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___getExtensionDataDictionary_0;
  1468. // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::member
  1469. MemberInfo_t * ___member_1;
  1470. public:
  1471. inline static int32_t get_offset_of_getExtensionDataDictionary_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834, ___getExtensionDataDictionary_0)); }
  1472. inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_getExtensionDataDictionary_0() const { return ___getExtensionDataDictionary_0; }
  1473. inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_getExtensionDataDictionary_0() { return &___getExtensionDataDictionary_0; }
  1474. inline void set_getExtensionDataDictionary_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value)
  1475. {
  1476. ___getExtensionDataDictionary_0 = value;
  1477. Il2CppCodeGenWriteBarrier((void**)(&___getExtensionDataDictionary_0), (void*)value);
  1478. }
  1479. inline static int32_t get_offset_of_member_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834, ___member_1)); }
  1480. inline MemberInfo_t * get_member_1() const { return ___member_1; }
  1481. inline MemberInfo_t ** get_address_of_member_1() { return &___member_1; }
  1482. inline void set_member_1(MemberInfo_t * value)
  1483. {
  1484. ___member_1 = value;
  1485. Il2CppCodeGenWriteBarrier((void**)(&___member_1), (void*)value);
  1486. }
  1487. };
  1488. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1
  1489. struct U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 : public RuntimeObject
  1490. {
  1491. public:
  1492. // System.Action`2<System.Object,System.Object> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::setExtensionDataDictionary
  1493. Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___setExtensionDataDictionary_0;
  1494. // System.Func`1<System.Object> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::createExtensionDataDictionary
  1495. Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___createExtensionDataDictionary_1;
  1496. // Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::setExtensionDataDictionaryValue
  1497. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___setExtensionDataDictionaryValue_2;
  1498. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::CS$<>8__locals1
  1499. U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * ___CSU24U3CU3E8__locals1_3;
  1500. public:
  1501. inline static int32_t get_offset_of_setExtensionDataDictionary_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___setExtensionDataDictionary_0)); }
  1502. inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_setExtensionDataDictionary_0() const { return ___setExtensionDataDictionary_0; }
  1503. inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_setExtensionDataDictionary_0() { return &___setExtensionDataDictionary_0; }
  1504. inline void set_setExtensionDataDictionary_0(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value)
  1505. {
  1506. ___setExtensionDataDictionary_0 = value;
  1507. Il2CppCodeGenWriteBarrier((void**)(&___setExtensionDataDictionary_0), (void*)value);
  1508. }
  1509. inline static int32_t get_offset_of_createExtensionDataDictionary_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___createExtensionDataDictionary_1)); }
  1510. inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_createExtensionDataDictionary_1() const { return ___createExtensionDataDictionary_1; }
  1511. inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_createExtensionDataDictionary_1() { return &___createExtensionDataDictionary_1; }
  1512. inline void set_createExtensionDataDictionary_1(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value)
  1513. {
  1514. ___createExtensionDataDictionary_1 = value;
  1515. Il2CppCodeGenWriteBarrier((void**)(&___createExtensionDataDictionary_1), (void*)value);
  1516. }
  1517. inline static int32_t get_offset_of_setExtensionDataDictionaryValue_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___setExtensionDataDictionaryValue_2)); }
  1518. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_setExtensionDataDictionaryValue_2() const { return ___setExtensionDataDictionaryValue_2; }
  1519. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_setExtensionDataDictionaryValue_2() { return &___setExtensionDataDictionaryValue_2; }
  1520. inline void set_setExtensionDataDictionaryValue_2(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value)
  1521. {
  1522. ___setExtensionDataDictionaryValue_2 = value;
  1523. Il2CppCodeGenWriteBarrier((void**)(&___setExtensionDataDictionaryValue_2), (void*)value);
  1524. }
  1525. inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_3() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___CSU24U3CU3E8__locals1_3)); }
  1526. inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * get_CSU24U3CU3E8__locals1_3() const { return ___CSU24U3CU3E8__locals1_3; }
  1527. inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 ** get_address_of_CSU24U3CU3E8__locals1_3() { return &___CSU24U3CU3E8__locals1_3; }
  1528. inline void set_CSU24U3CU3E8__locals1_3(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * value)
  1529. {
  1530. ___CSU24U3CU3E8__locals1_3 = value;
  1531. Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_3), (void*)value);
  1532. }
  1533. };
  1534. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2
  1535. struct U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB : public RuntimeObject
  1536. {
  1537. public:
  1538. // Newtonsoft.Json.Serialization.ObjectConstructor`1<System.Object> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::createEnumerableWrapper
  1539. ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___createEnumerableWrapper_0;
  1540. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::CS$<>8__locals2
  1541. U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * ___CSU24U3CU3E8__locals2_1;
  1542. public:
  1543. inline static int32_t get_offset_of_createEnumerableWrapper_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB, ___createEnumerableWrapper_0)); }
  1544. inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get_createEnumerableWrapper_0() const { return ___createEnumerableWrapper_0; }
  1545. inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of_createEnumerableWrapper_0() { return &___createEnumerableWrapper_0; }
  1546. inline void set_createEnumerableWrapper_0(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value)
  1547. {
  1548. ___createEnumerableWrapper_0 = value;
  1549. Il2CppCodeGenWriteBarrier((void**)(&___createEnumerableWrapper_0), (void*)value);
  1550. }
  1551. inline static int32_t get_offset_of_CSU24U3CU3E8__locals2_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB, ___CSU24U3CU3E8__locals2_1)); }
  1552. inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * get_CSU24U3CU3E8__locals2_1() const { return ___CSU24U3CU3E8__locals2_1; }
  1553. inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 ** get_address_of_CSU24U3CU3E8__locals2_1() { return &___CSU24U3CU3E8__locals2_1; }
  1554. inline void set_CSU24U3CU3E8__locals2_1(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * value)
  1555. {
  1556. ___CSU24U3CU3E8__locals2_1 = value;
  1557. Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals2_1), (void*)value);
  1558. }
  1559. };
  1560. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0
  1561. struct U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD : public RuntimeObject
  1562. {
  1563. public:
  1564. // Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::shouldSerializeCall
  1565. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___shouldSerializeCall_0;
  1566. public:
  1567. inline static int32_t get_offset_of_shouldSerializeCall_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD, ___shouldSerializeCall_0)); }
  1568. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_shouldSerializeCall_0() const { return ___shouldSerializeCall_0; }
  1569. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_shouldSerializeCall_0() { return &___shouldSerializeCall_0; }
  1570. inline void set_shouldSerializeCall_0(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value)
  1571. {
  1572. ___shouldSerializeCall_0 = value;
  1573. Il2CppCodeGenWriteBarrier((void**)(&___shouldSerializeCall_0), (void*)value);
  1574. }
  1575. };
  1576. // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0
  1577. struct U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 : public RuntimeObject
  1578. {
  1579. public:
  1580. // System.Func`2<System.Object,System.Object> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::specifiedPropertyGet
  1581. Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___specifiedPropertyGet_0;
  1582. public:
  1583. inline static int32_t get_offset_of_specifiedPropertyGet_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0, ___specifiedPropertyGet_0)); }
  1584. inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_specifiedPropertyGet_0() const { return ___specifiedPropertyGet_0; }
  1585. inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_specifiedPropertyGet_0() { return &___specifiedPropertyGet_0; }
  1586. inline void set_specifiedPropertyGet_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value)
  1587. {
  1588. ___specifiedPropertyGet_0 = value;
  1589. Il2CppCodeGenWriteBarrier((void**)(&___specifiedPropertyGet_0), (void*)value);
  1590. }
  1591. };
  1592. // Newtonsoft.Json.Utilities.EnumUtils/<>c
  1593. struct U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 : public RuntimeObject
  1594. {
  1595. public:
  1596. public:
  1597. };
  1598. struct U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields
  1599. {
  1600. public:
  1601. // Newtonsoft.Json.Utilities.EnumUtils/<>c Newtonsoft.Json.Utilities.EnumUtils/<>c::<>9
  1602. U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * ___U3CU3E9_0;
  1603. // System.Func`2<System.Runtime.Serialization.EnumMemberAttribute,System.String> Newtonsoft.Json.Utilities.EnumUtils/<>c::<>9__1_0
  1604. Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * ___U3CU3E9__1_0_1;
  1605. // System.Func`2<System.Reflection.FieldInfo,System.Boolean> Newtonsoft.Json.Utilities.EnumUtils/<>c::<>9__5_0
  1606. Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * ___U3CU3E9__5_0_2;
  1607. public:
  1608. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields, ___U3CU3E9_0)); }
  1609. inline U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  1610. inline U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  1611. inline void set_U3CU3E9_0(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * value)
  1612. {
  1613. ___U3CU3E9_0 = value;
  1614. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  1615. }
  1616. inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields, ___U3CU3E9__1_0_1)); }
  1617. inline Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; }
  1618. inline Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; }
  1619. inline void set_U3CU3E9__1_0_1(Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * value)
  1620. {
  1621. ___U3CU3E9__1_0_1 = value;
  1622. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value);
  1623. }
  1624. inline static int32_t get_offset_of_U3CU3E9__5_0_2() { return static_cast<int32_t>(offsetof(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields, ___U3CU3E9__5_0_2)); }
  1625. inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * get_U3CU3E9__5_0_2() const { return ___U3CU3E9__5_0_2; }
  1626. inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE ** get_address_of_U3CU3E9__5_0_2() { return &___U3CU3E9__5_0_2; }
  1627. inline void set_U3CU3E9__5_0_2(Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * value)
  1628. {
  1629. ___U3CU3E9__5_0_2 = value;
  1630. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_0_2), (void*)value);
  1631. }
  1632. };
  1633. // Newtonsoft.Json.Linq.Extensions/<>c
  1634. struct U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 : public RuntimeObject
  1635. {
  1636. public:
  1637. public:
  1638. };
  1639. struct U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7_StaticFields
  1640. {
  1641. public:
  1642. // Newtonsoft.Json.Linq.Extensions/<>c Newtonsoft.Json.Linq.Extensions/<>c::<>9
  1643. U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 * ___U3CU3E9_0;
  1644. public:
  1645. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7_StaticFields, ___U3CU3E9_0)); }
  1646. inline U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  1647. inline U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  1648. inline void set_U3CU3E9_0(U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 * value)
  1649. {
  1650. ___U3CU3E9_0 = value;
  1651. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  1652. }
  1653. };
  1654. // Newtonsoft.Json.Linq.JsonPath.FieldFilter/<ExecuteFilter>d__4
  1655. struct U3CExecuteFilterU3Ed__4_tA2D5E2B16425A48D4EA1B88E94F9DE392F6569E3 : public RuntimeObject
  1656. {
  1657. public:
  1658. public:
  1659. };
  1660. // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c
  1661. struct U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 : public RuntimeObject
  1662. {
  1663. public:
  1664. public:
  1665. };
  1666. struct U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742_StaticFields
  1667. {
  1668. public:
  1669. // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::<>9
  1670. U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 * ___U3CU3E9_0;
  1671. public:
  1672. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742_StaticFields, ___U3CU3E9_0)); }
  1673. inline U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  1674. inline U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  1675. inline void set_U3CU3E9_0(U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 * value)
  1676. {
  1677. ___U3CU3E9_0 = value;
  1678. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  1679. }
  1680. };
  1681. // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<ExecuteFilter>d__4
  1682. struct U3CExecuteFilterU3Ed__4_t02AB467CC61B9384EDED63319F285F6A7122C91B : public RuntimeObject
  1683. {
  1684. public:
  1685. public:
  1686. };
  1687. // Newtonsoft.Json.Linq.JContainer/<GetDescendants>d__29
  1688. struct U3CGetDescendantsU3Ed__29_t3FCC3021C13D93E234BCF9BB61ED59AD344089D6 : public RuntimeObject
  1689. {
  1690. public:
  1691. public:
  1692. };
  1693. // Newtonsoft.Json.Linq.JObject/<>c
  1694. struct U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 : public RuntimeObject
  1695. {
  1696. public:
  1697. public:
  1698. };
  1699. struct U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448_StaticFields
  1700. {
  1701. public:
  1702. // Newtonsoft.Json.Linq.JObject/<>c Newtonsoft.Json.Linq.JObject/<>c::<>9
  1703. U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 * ___U3CU3E9_0;
  1704. public:
  1705. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448_StaticFields, ___U3CU3E9_0)); }
  1706. inline U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  1707. inline U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  1708. inline void set_U3CU3E9_0(U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 * value)
  1709. {
  1710. ___U3CU3E9_0 = value;
  1711. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  1712. }
  1713. };
  1714. // Newtonsoft.Json.Linq.JProperty/JPropertyList
  1715. struct JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 : public RuntimeObject
  1716. {
  1717. public:
  1718. // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList::_token
  1719. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____token_0;
  1720. public:
  1721. inline static int32_t get_offset_of__token_0() { return static_cast<int32_t>(offsetof(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173, ____token_0)); }
  1722. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__token_0() const { return ____token_0; }
  1723. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__token_0() { return &____token_0; }
  1724. inline void set__token_0(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value)
  1725. {
  1726. ____token_0 = value;
  1727. Il2CppCodeGenWriteBarrier((void**)(&____token_0), (void*)value);
  1728. }
  1729. };
  1730. // Newtonsoft.Json.Linq.JToken/<AfterSelf>d__42
  1731. struct U3CAfterSelfU3Ed__42_tF88D1A63921B3C0AADA932E3AE1301F6C8179442 : public RuntimeObject
  1732. {
  1733. public:
  1734. public:
  1735. };
  1736. // Newtonsoft.Json.Linq.JToken/<Annotations>d__172
  1737. struct U3CAnnotationsU3Ed__172_tAFA185FFF55CF8DE1716A6ACC4637C073FC8A53C : public RuntimeObject
  1738. {
  1739. public:
  1740. public:
  1741. };
  1742. // Newtonsoft.Json.Linq.JToken/<BeforeSelf>d__43
  1743. struct U3CBeforeSelfU3Ed__43_tB28E516C594944D58AD85CEC26B5091143262084 : public RuntimeObject
  1744. {
  1745. public:
  1746. public:
  1747. };
  1748. // Newtonsoft.Json.Linq.JToken/<GetAncestors>d__41
  1749. struct U3CGetAncestorsU3Ed__41_tAED2AFDE8292A7EEF8E2252810E5504F7651390E : public RuntimeObject
  1750. {
  1751. public:
  1752. public:
  1753. };
  1754. // Newtonsoft.Json.Linq.JToken/LineInfoAnnotation
  1755. struct LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A : public RuntimeObject
  1756. {
  1757. public:
  1758. // System.Int32 Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::LineNumber
  1759. int32_t ___LineNumber_0;
  1760. // System.Int32 Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::LinePosition
  1761. int32_t ___LinePosition_1;
  1762. public:
  1763. inline static int32_t get_offset_of_LineNumber_0() { return static_cast<int32_t>(offsetof(LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A, ___LineNumber_0)); }
  1764. inline int32_t get_LineNumber_0() const { return ___LineNumber_0; }
  1765. inline int32_t* get_address_of_LineNumber_0() { return &___LineNumber_0; }
  1766. inline void set_LineNumber_0(int32_t value)
  1767. {
  1768. ___LineNumber_0 = value;
  1769. }
  1770. inline static int32_t get_offset_of_LinePosition_1() { return static_cast<int32_t>(offsetof(LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A, ___LinePosition_1)); }
  1771. inline int32_t get_LinePosition_1() const { return ___LinePosition_1; }
  1772. inline int32_t* get_address_of_LinePosition_1() { return &___LinePosition_1; }
  1773. inline void set_LinePosition_1(int32_t value)
  1774. {
  1775. ___LinePosition_1 = value;
  1776. }
  1777. };
  1778. // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0
  1779. struct U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 : public RuntimeObject
  1780. {
  1781. public:
  1782. // System.Reflection.MethodInfo Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::callbackMethodInfo
  1783. MethodInfo_t * ___callbackMethodInfo_0;
  1784. public:
  1785. inline static int32_t get_offset_of_callbackMethodInfo_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59, ___callbackMethodInfo_0)); }
  1786. inline MethodInfo_t * get_callbackMethodInfo_0() const { return ___callbackMethodInfo_0; }
  1787. inline MethodInfo_t ** get_address_of_callbackMethodInfo_0() { return &___callbackMethodInfo_0; }
  1788. inline void set_callbackMethodInfo_0(MethodInfo_t * value)
  1789. {
  1790. ___callbackMethodInfo_0 = value;
  1791. Il2CppCodeGenWriteBarrier((void**)(&___callbackMethodInfo_0), (void*)value);
  1792. }
  1793. };
  1794. // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0
  1795. struct U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 : public RuntimeObject
  1796. {
  1797. public:
  1798. // System.Reflection.MethodInfo Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::callbackMethodInfo
  1799. MethodInfo_t * ___callbackMethodInfo_0;
  1800. public:
  1801. inline static int32_t get_offset_of_callbackMethodInfo_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726, ___callbackMethodInfo_0)); }
  1802. inline MethodInfo_t * get_callbackMethodInfo_0() const { return ___callbackMethodInfo_0; }
  1803. inline MethodInfo_t ** get_address_of_callbackMethodInfo_0() { return &___callbackMethodInfo_0; }
  1804. inline void set_callbackMethodInfo_0(MethodInfo_t * value)
  1805. {
  1806. ___callbackMethodInfo_0 = value;
  1807. Il2CppCodeGenWriteBarrier((void**)(&___callbackMethodInfo_0), (void*)value);
  1808. }
  1809. };
  1810. // Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer
  1811. struct ReferenceEqualsEqualityComparer_t010754200AA57FC047ADC0CDA0E0101ED46D791E : public RuntimeObject
  1812. {
  1813. public:
  1814. public:
  1815. };
  1816. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c
  1817. struct U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA : public RuntimeObject
  1818. {
  1819. public:
  1820. public:
  1821. };
  1822. struct U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_StaticFields
  1823. {
  1824. public:
  1825. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9
  1826. U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * ___U3CU3E9_0;
  1827. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,System.String> Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__36_0
  1828. Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 * ___U3CU3E9__36_0_1;
  1829. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,System.String> Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__36_2
  1830. Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 * ___U3CU3E9__36_2_2;
  1831. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonProperty> Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__41_0
  1832. Func_2_tCDF9360B5E91755190C449B0445E441EF50D922A * ___U3CU3E9__41_0_3;
  1833. // System.Func`2<Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence> Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__41_1
  1834. Func_2_tA4A5FD4D9FC29DB12C95C158B953AC9C24B84CC1 * ___U3CU3E9__41_1_4;
  1835. public:
  1836. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_StaticFields, ___U3CU3E9_0)); }
  1837. inline U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  1838. inline U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  1839. inline void set_U3CU3E9_0(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * value)
  1840. {
  1841. ___U3CU3E9_0 = value;
  1842. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  1843. }
  1844. inline static int32_t get_offset_of_U3CU3E9__36_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_StaticFields, ___U3CU3E9__36_0_1)); }
  1845. inline Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 * get_U3CU3E9__36_0_1() const { return ___U3CU3E9__36_0_1; }
  1846. inline Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 ** get_address_of_U3CU3E9__36_0_1() { return &___U3CU3E9__36_0_1; }
  1847. inline void set_U3CU3E9__36_0_1(Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 * value)
  1848. {
  1849. ___U3CU3E9__36_0_1 = value;
  1850. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__36_0_1), (void*)value);
  1851. }
  1852. inline static int32_t get_offset_of_U3CU3E9__36_2_2() { return static_cast<int32_t>(offsetof(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_StaticFields, ___U3CU3E9__36_2_2)); }
  1853. inline Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 * get_U3CU3E9__36_2_2() const { return ___U3CU3E9__36_2_2; }
  1854. inline Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 ** get_address_of_U3CU3E9__36_2_2() { return &___U3CU3E9__36_2_2; }
  1855. inline void set_U3CU3E9__36_2_2(Func_2_t975ED57CDF52F4D35D22D71E83112563D9D0B752 * value)
  1856. {
  1857. ___U3CU3E9__36_2_2 = value;
  1858. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__36_2_2), (void*)value);
  1859. }
  1860. inline static int32_t get_offset_of_U3CU3E9__41_0_3() { return static_cast<int32_t>(offsetof(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_StaticFields, ___U3CU3E9__41_0_3)); }
  1861. inline Func_2_tCDF9360B5E91755190C449B0445E441EF50D922A * get_U3CU3E9__41_0_3() const { return ___U3CU3E9__41_0_3; }
  1862. inline Func_2_tCDF9360B5E91755190C449B0445E441EF50D922A ** get_address_of_U3CU3E9__41_0_3() { return &___U3CU3E9__41_0_3; }
  1863. inline void set_U3CU3E9__41_0_3(Func_2_tCDF9360B5E91755190C449B0445E441EF50D922A * value)
  1864. {
  1865. ___U3CU3E9__41_0_3 = value;
  1866. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__41_0_3), (void*)value);
  1867. }
  1868. inline static int32_t get_offset_of_U3CU3E9__41_1_4() { return static_cast<int32_t>(offsetof(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_StaticFields, ___U3CU3E9__41_1_4)); }
  1869. inline Func_2_tA4A5FD4D9FC29DB12C95C158B953AC9C24B84CC1 * get_U3CU3E9__41_1_4() const { return ___U3CU3E9__41_1_4; }
  1870. inline Func_2_tA4A5FD4D9FC29DB12C95C158B953AC9C24B84CC1 ** get_address_of_U3CU3E9__41_1_4() { return &___U3CU3E9__41_1_4; }
  1871. inline void set_U3CU3E9__41_1_4(Func_2_tA4A5FD4D9FC29DB12C95C158B953AC9C24B84CC1 * value)
  1872. {
  1873. ___U3CU3E9__41_1_4 = value;
  1874. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__41_1_4), (void*)value);
  1875. }
  1876. };
  1877. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0
  1878. struct U3CU3Ec__DisplayClass36_0_t8AC3FC48834E6E9D54EFE58B05FFD80CE3FFC440 : public RuntimeObject
  1879. {
  1880. public:
  1881. // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0::property
  1882. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___property_0;
  1883. public:
  1884. inline static int32_t get_offset_of_property_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass36_0_t8AC3FC48834E6E9D54EFE58B05FFD80CE3FFC440, ___property_0)); }
  1885. inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * get_property_0() const { return ___property_0; }
  1886. inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** get_address_of_property_0() { return &___property_0; }
  1887. inline void set_property_0(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * value)
  1888. {
  1889. ___property_0 = value;
  1890. Il2CppCodeGenWriteBarrier((void**)(&___property_0), (void*)value);
  1891. }
  1892. };
  1893. // Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass90_0
  1894. struct U3CU3Ec__DisplayClass90_0_tF4854E2504C48977ADB38499719B479F78AF575F : public RuntimeObject
  1895. {
  1896. public:
  1897. public:
  1898. };
  1899. // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c
  1900. struct U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 : public RuntimeObject
  1901. {
  1902. public:
  1903. public:
  1904. };
  1905. struct U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_StaticFields
  1906. {
  1907. public:
  1908. // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::<>9
  1909. U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * ___U3CU3E9_0;
  1910. // System.Func`2<System.Object,System.Type> Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::<>9__18_1
  1911. Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * ___U3CU3E9__18_1_1;
  1912. public:
  1913. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_StaticFields, ___U3CU3E9_0)); }
  1914. inline U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  1915. inline U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  1916. inline void set_U3CU3E9_0(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * value)
  1917. {
  1918. ___U3CU3E9_0 = value;
  1919. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  1920. }
  1921. inline static int32_t get_offset_of_U3CU3E9__18_1_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_StaticFields, ___U3CU3E9__18_1_1)); }
  1922. inline Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * get_U3CU3E9__18_1_1() const { return ___U3CU3E9__18_1_1; }
  1923. inline Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF ** get_address_of_U3CU3E9__18_1_1() { return &___U3CU3E9__18_1_1; }
  1924. inline void set_U3CU3E9__18_1_1(Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * value)
  1925. {
  1926. ___U3CU3E9__18_1_1 = value;
  1927. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__18_1_1), (void*)value);
  1928. }
  1929. };
  1930. // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0
  1931. struct U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D : public RuntimeObject
  1932. {
  1933. public:
  1934. // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::converterType
  1935. Type_t * ___converterType_0;
  1936. // System.Func`1<System.Object> Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::defaultConstructor
  1937. Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___defaultConstructor_1;
  1938. public:
  1939. inline static int32_t get_offset_of_converterType_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D, ___converterType_0)); }
  1940. inline Type_t * get_converterType_0() const { return ___converterType_0; }
  1941. inline Type_t ** get_address_of_converterType_0() { return &___converterType_0; }
  1942. inline void set_converterType_0(Type_t * value)
  1943. {
  1944. ___converterType_0 = value;
  1945. Il2CppCodeGenWriteBarrier((void**)(&___converterType_0), (void*)value);
  1946. }
  1947. inline static int32_t get_offset_of_defaultConstructor_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D, ___defaultConstructor_1)); }
  1948. inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_defaultConstructor_1() const { return ___defaultConstructor_1; }
  1949. inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_defaultConstructor_1() { return &___defaultConstructor_1; }
  1950. inline void set_defaultConstructor_1(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value)
  1951. {
  1952. ___defaultConstructor_1 = value;
  1953. Il2CppCodeGenWriteBarrier((void**)(&___defaultConstructor_1), (void*)value);
  1954. }
  1955. };
  1956. // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0
  1957. struct U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 : public RuntimeObject
  1958. {
  1959. public:
  1960. // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::c
  1961. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___c_0;
  1962. // System.Reflection.MethodBase Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::method
  1963. MethodBase_t * ___method_1;
  1964. public:
  1965. inline static int32_t get_offset_of_c_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70, ___c_0)); }
  1966. inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get_c_0() const { return ___c_0; }
  1967. inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of_c_0() { return &___c_0; }
  1968. inline void set_c_0(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value)
  1969. {
  1970. ___c_0 = value;
  1971. Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value);
  1972. }
  1973. inline static int32_t get_offset_of_method_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70, ___method_1)); }
  1974. inline MethodBase_t * get_method_1() const { return ___method_1; }
  1975. inline MethodBase_t ** get_address_of_method_1() { return &___method_1; }
  1976. inline void set_method_1(MethodBase_t * value)
  1977. {
  1978. ___method_1 = value;
  1979. Il2CppCodeGenWriteBarrier((void**)(&___method_1), (void*)value);
  1980. }
  1981. };
  1982. // Newtonsoft.Json.Utilities.PropertyNameTable/Entry
  1983. struct Entry_tD42BECCBE255C43533FE588B543794E909F9598C : public RuntimeObject
  1984. {
  1985. public:
  1986. // System.String Newtonsoft.Json.Utilities.PropertyNameTable/Entry::Value
  1987. String_t* ___Value_0;
  1988. // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable/Entry::HashCode
  1989. int32_t ___HashCode_1;
  1990. // Newtonsoft.Json.Utilities.PropertyNameTable/Entry Newtonsoft.Json.Utilities.PropertyNameTable/Entry::Next
  1991. Entry_tD42BECCBE255C43533FE588B543794E909F9598C * ___Next_2;
  1992. public:
  1993. inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(Entry_tD42BECCBE255C43533FE588B543794E909F9598C, ___Value_0)); }
  1994. inline String_t* get_Value_0() const { return ___Value_0; }
  1995. inline String_t** get_address_of_Value_0() { return &___Value_0; }
  1996. inline void set_Value_0(String_t* value)
  1997. {
  1998. ___Value_0 = value;
  1999. Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
  2000. }
  2001. inline static int32_t get_offset_of_HashCode_1() { return static_cast<int32_t>(offsetof(Entry_tD42BECCBE255C43533FE588B543794E909F9598C, ___HashCode_1)); }
  2002. inline int32_t get_HashCode_1() const { return ___HashCode_1; }
  2003. inline int32_t* get_address_of_HashCode_1() { return &___HashCode_1; }
  2004. inline void set_HashCode_1(int32_t value)
  2005. {
  2006. ___HashCode_1 = value;
  2007. }
  2008. inline static int32_t get_offset_of_Next_2() { return static_cast<int32_t>(offsetof(Entry_tD42BECCBE255C43533FE588B543794E909F9598C, ___Next_2)); }
  2009. inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C * get_Next_2() const { return ___Next_2; }
  2010. inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C ** get_address_of_Next_2() { return &___Next_2; }
  2011. inline void set_Next_2(Entry_tD42BECCBE255C43533FE588B543794E909F9598C * value)
  2012. {
  2013. ___Next_2 = value;
  2014. Il2CppCodeGenWriteBarrier((void**)(&___Next_2), (void*)value);
  2015. }
  2016. };
  2017. // Newtonsoft.Json.Linq.JsonPath.QueryFilter/<ExecuteFilter>d__4
  2018. struct U3CExecuteFilterU3Ed__4_tE43D794185573D4B60974CA2DF629BC2A116670B : public RuntimeObject
  2019. {
  2020. public:
  2021. public:
  2022. };
  2023. // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0
  2024. struct U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 : public RuntimeObject
  2025. {
  2026. public:
  2027. // System.Func`1<System.Object> Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0::ctor
  2028. Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___ctor_0;
  2029. public:
  2030. inline static int32_t get_offset_of_ctor_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264, ___ctor_0)); }
  2031. inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_ctor_0() const { return ___ctor_0; }
  2032. inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_ctor_0() { return &___ctor_0; }
  2033. inline void set_ctor_0(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value)
  2034. {
  2035. ___ctor_0 = value;
  2036. Il2CppCodeGenWriteBarrier((void**)(&___ctor_0), (void*)value);
  2037. }
  2038. };
  2039. // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1
  2040. struct U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 : public RuntimeObject
  2041. {
  2042. public:
  2043. // Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object> Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1::call
  2044. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___call_0;
  2045. public:
  2046. inline static int32_t get_offset_of_call_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63, ___call_0)); }
  2047. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_call_0() const { return ___call_0; }
  2048. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_call_0() { return &___call_0; }
  2049. inline void set_call_0(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value)
  2050. {
  2051. ___call_0 = value;
  2052. Il2CppCodeGenWriteBarrier((void**)(&___call_0), (void*)value);
  2053. }
  2054. };
  2055. // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2
  2056. struct U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 : public RuntimeObject
  2057. {
  2058. public:
  2059. // Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object> Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2::call
  2060. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___call_0;
  2061. public:
  2062. inline static int32_t get_offset_of_call_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008, ___call_0)); }
  2063. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_call_0() const { return ___call_0; }
  2064. inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_call_0() { return &___call_0; }
  2065. inline void set_call_0(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value)
  2066. {
  2067. ___call_0 = value;
  2068. Il2CppCodeGenWriteBarrier((void**)(&___call_0), (void*)value);
  2069. }
  2070. };
  2071. // Newtonsoft.Json.Utilities.ReflectionUtils/<>c
  2072. struct U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 : public RuntimeObject
  2073. {
  2074. public:
  2075. public:
  2076. };
  2077. struct U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields
  2078. {
  2079. public:
  2080. // Newtonsoft.Json.Utilities.ReflectionUtils/<>c Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9
  2081. U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * ___U3CU3E9_0;
  2082. // System.Func`2<System.Reflection.ConstructorInfo,System.Boolean> Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__10_0
  2083. Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * ___U3CU3E9__10_0_1;
  2084. // System.Func`2<System.Reflection.MemberInfo,System.String> Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__29_0
  2085. Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * ___U3CU3E9__29_0_2;
  2086. // System.Func`2<System.Reflection.ParameterInfo,System.Type> Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__37_0
  2087. Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * ___U3CU3E9__37_0_3;
  2088. // System.Func`2<System.Reflection.FieldInfo,System.Boolean> Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__39_0
  2089. Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * ___U3CU3E9__39_0_4;
  2090. public:
  2091. inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9_0)); }
  2092. inline U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
  2093. inline U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
  2094. inline void set_U3CU3E9_0(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * value)
  2095. {
  2096. ___U3CU3E9_0 = value;
  2097. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
  2098. }
  2099. inline static int32_t get_offset_of_U3CU3E9__10_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__10_0_1)); }
  2100. inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * get_U3CU3E9__10_0_1() const { return ___U3CU3E9__10_0_1; }
  2101. inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C ** get_address_of_U3CU3E9__10_0_1() { return &___U3CU3E9__10_0_1; }
  2102. inline void set_U3CU3E9__10_0_1(Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * value)
  2103. {
  2104. ___U3CU3E9__10_0_1 = value;
  2105. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_0_1), (void*)value);
  2106. }
  2107. inline static int32_t get_offset_of_U3CU3E9__29_0_2() { return static_cast<int32_t>(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__29_0_2)); }
  2108. inline Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * get_U3CU3E9__29_0_2() const { return ___U3CU3E9__29_0_2; }
  2109. inline Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 ** get_address_of_U3CU3E9__29_0_2() { return &___U3CU3E9__29_0_2; }
  2110. inline void set_U3CU3E9__29_0_2(Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * value)
  2111. {
  2112. ___U3CU3E9__29_0_2 = value;
  2113. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__29_0_2), (void*)value);
  2114. }
  2115. inline static int32_t get_offset_of_U3CU3E9__37_0_3() { return static_cast<int32_t>(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__37_0_3)); }
  2116. inline Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * get_U3CU3E9__37_0_3() const { return ___U3CU3E9__37_0_3; }
  2117. inline Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF ** get_address_of_U3CU3E9__37_0_3() { return &___U3CU3E9__37_0_3; }
  2118. inline void set_U3CU3E9__37_0_3(Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * value)
  2119. {
  2120. ___U3CU3E9__37_0_3 = value;
  2121. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__37_0_3), (void*)value);
  2122. }
  2123. inline static int32_t get_offset_of_U3CU3E9__39_0_4() { return static_cast<int32_t>(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__39_0_4)); }
  2124. inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * get_U3CU3E9__39_0_4() const { return ___U3CU3E9__39_0_4; }
  2125. inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE ** get_address_of_U3CU3E9__39_0_4() { return &___U3CU3E9__39_0_4; }
  2126. inline void set_U3CU3E9__39_0_4(Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * value)
  2127. {
  2128. ___U3CU3E9__39_0_4 = value;
  2129. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__39_0_4), (void*)value);
  2130. }
  2131. };
  2132. // Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0
  2133. struct U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 : public RuntimeObject
  2134. {
  2135. public:
  2136. // System.Reflection.PropertyInfo Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0::subTypeProperty
  2137. PropertyInfo_t * ___subTypeProperty_0;
  2138. public:
  2139. inline static int32_t get_offset_of_subTypeProperty_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572, ___subTypeProperty_0)); }
  2140. inline PropertyInfo_t * get_subTypeProperty_0() const { return ___subTypeProperty_0; }
  2141. inline PropertyInfo_t ** get_address_of_subTypeProperty_0() { return &___subTypeProperty_0; }
  2142. inline void set_subTypeProperty_0(PropertyInfo_t * value)
  2143. {
  2144. ___subTypeProperty_0 = value;
  2145. Il2CppCodeGenWriteBarrier((void**)(&___subTypeProperty_0), (void*)value);
  2146. }
  2147. };
  2148. // Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass43_0
  2149. struct U3CU3Ec__DisplayClass43_0_t62C286175BC3B1F0209D3272A4BE08EEB9AA8E9F : public RuntimeObject
  2150. {
  2151. public:
  2152. public:
  2153. };
  2154. // Newtonsoft.Json.Linq.JsonPath.ScanFilter/<ExecuteFilter>d__4
  2155. struct U3CExecuteFilterU3Ed__4_tD36A318021E0CCAF89A202CA4B4F35C3F971AA4D : public RuntimeObject
  2156. {
  2157. public:
  2158. public:
  2159. };
  2160. // Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1
  2161. struct U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C : public RuntimeObject
  2162. {
  2163. public:
  2164. // System.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::<>1__state
  2165. int32_t ___U3CU3E1__state_0;
  2166. // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::<>2__current
  2167. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___U3CU3E2__current_1;
  2168. // Newtonsoft.Json.Linq.JProperty/JPropertyList Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::<>4__this
  2169. JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * ___U3CU3E4__this_2;
  2170. public:
  2171. inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C, ___U3CU3E1__state_0)); }
  2172. inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
  2173. inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
  2174. inline void set_U3CU3E1__state_0(int32_t value)
  2175. {
  2176. ___U3CU3E1__state_0 = value;
  2177. }
  2178. inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C, ___U3CU3E2__current_1)); }
  2179. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
  2180. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
  2181. inline void set_U3CU3E2__current_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value)
  2182. {
  2183. ___U3CU3E2__current_1 = value;
  2184. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
  2185. }
  2186. inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C, ___U3CU3E4__this_2)); }
  2187. inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
  2188. inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
  2189. inline void set_U3CU3E4__this_2(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * value)
  2190. {
  2191. ___U3CU3E4__this_2 = value;
  2192. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
  2193. }
  2194. };
  2195. // System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
  2196. struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625
  2197. {
  2198. public:
  2199. // TKey System.Collections.Generic.KeyValuePair`2::key
  2200. RuntimeObject * ___key_0;
  2201. // TValue System.Collections.Generic.KeyValuePair`2::value
  2202. RuntimeObject * ___value_1;
  2203. public:
  2204. inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); }
  2205. inline RuntimeObject * get_key_0() const { return ___key_0; }
  2206. inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
  2207. inline void set_key_0(RuntimeObject * value)
  2208. {
  2209. ___key_0 = value;
  2210. Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
  2211. }
  2212. inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); }
  2213. inline RuntimeObject * get_value_1() const { return ___value_1; }
  2214. inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
  2215. inline void set_value_1(RuntimeObject * value)
  2216. {
  2217. ___value_1 = value;
  2218. Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
  2219. }
  2220. };
  2221. // System.Collections.Generic.KeyValuePair`2<System.String,Newtonsoft.Json.Linq.JToken>
  2222. struct KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87
  2223. {
  2224. public:
  2225. // TKey System.Collections.Generic.KeyValuePair`2::key
  2226. String_t* ___key_0;
  2227. // TValue System.Collections.Generic.KeyValuePair`2::value
  2228. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value_1;
  2229. public:
  2230. inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87, ___key_0)); }
  2231. inline String_t* get_key_0() const { return ___key_0; }
  2232. inline String_t** get_address_of_key_0() { return &___key_0; }
  2233. inline void set_key_0(String_t* value)
  2234. {
  2235. ___key_0 = value;
  2236. Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
  2237. }
  2238. inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87, ___value_1)); }
  2239. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get_value_1() const { return ___value_1; }
  2240. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of_value_1() { return &___value_1; }
  2241. inline void set_value_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value)
  2242. {
  2243. ___value_1 = value;
  2244. Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
  2245. }
  2246. };
  2247. // System.Nullable`1<System.Boolean>
  2248. struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3
  2249. {
  2250. public:
  2251. // T System.Nullable`1::value
  2252. bool ___value_0;
  2253. // System.Boolean System.Nullable`1::has_value
  2254. bool ___has_value_1;
  2255. public:
  2256. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); }
  2257. inline bool get_value_0() const { return ___value_0; }
  2258. inline bool* get_address_of_value_0() { return &___value_0; }
  2259. inline void set_value_0(bool value)
  2260. {
  2261. ___value_0 = value;
  2262. }
  2263. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); }
  2264. inline bool get_has_value_1() const { return ___has_value_1; }
  2265. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  2266. inline void set_has_value_1(bool value)
  2267. {
  2268. ___has_value_1 = value;
  2269. }
  2270. };
  2271. // System.Nullable`1<System.Int32>
  2272. struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103
  2273. {
  2274. public:
  2275. // T System.Nullable`1::value
  2276. int32_t ___value_0;
  2277. // System.Boolean System.Nullable`1::has_value
  2278. bool ___has_value_1;
  2279. public:
  2280. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); }
  2281. inline int32_t get_value_0() const { return ___value_0; }
  2282. inline int32_t* get_address_of_value_0() { return &___value_0; }
  2283. inline void set_value_0(int32_t value)
  2284. {
  2285. ___value_0 = value;
  2286. }
  2287. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); }
  2288. inline bool get_has_value_1() const { return ___has_value_1; }
  2289. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  2290. inline void set_has_value_1(bool value)
  2291. {
  2292. ___has_value_1 = value;
  2293. }
  2294. };
  2295. // System.Boolean
  2296. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  2297. {
  2298. public:
  2299. // System.Boolean System.Boolean::m_value
  2300. bool ___m_value_0;
  2301. public:
  2302. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  2303. inline bool get_m_value_0() const { return ___m_value_0; }
  2304. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  2305. inline void set_m_value_0(bool value)
  2306. {
  2307. ___m_value_0 = value;
  2308. }
  2309. };
  2310. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  2311. {
  2312. public:
  2313. // System.String System.Boolean::TrueString
  2314. String_t* ___TrueString_5;
  2315. // System.String System.Boolean::FalseString
  2316. String_t* ___FalseString_6;
  2317. public:
  2318. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  2319. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  2320. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  2321. inline void set_TrueString_5(String_t* value)
  2322. {
  2323. ___TrueString_5 = value;
  2324. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  2325. }
  2326. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  2327. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  2328. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  2329. inline void set_FalseString_6(String_t* value)
  2330. {
  2331. ___FalseString_6 = value;
  2332. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  2333. }
  2334. };
  2335. // System.Enum
  2336. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  2337. {
  2338. public:
  2339. public:
  2340. };
  2341. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  2342. {
  2343. public:
  2344. // System.Char[] System.Enum::enumSeperatorCharArray
  2345. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  2346. public:
  2347. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  2348. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  2349. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  2350. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  2351. {
  2352. ___enumSeperatorCharArray_0 = value;
  2353. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  2354. }
  2355. };
  2356. // Native definition for P/Invoke marshalling of System.Enum
  2357. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  2358. {
  2359. };
  2360. // Native definition for COM marshalling of System.Enum
  2361. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  2362. {
  2363. };
  2364. // System.Runtime.Serialization.EnumMemberAttribute
  2365. struct EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  2366. {
  2367. public:
  2368. // System.String System.Runtime.Serialization.EnumMemberAttribute::value
  2369. String_t* ___value_0;
  2370. public:
  2371. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC, ___value_0)); }
  2372. inline String_t* get_value_0() const { return ___value_0; }
  2373. inline String_t** get_address_of_value_0() { return &___value_0; }
  2374. inline void set_value_0(String_t* value)
  2375. {
  2376. ___value_0 = value;
  2377. Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value);
  2378. }
  2379. };
  2380. // System.Reflection.FieldInfo
  2381. struct FieldInfo_t : public MemberInfo_t
  2382. {
  2383. public:
  2384. public:
  2385. };
  2386. // System.Int32
  2387. struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046
  2388. {
  2389. public:
  2390. // System.Int32 System.Int32::m_value
  2391. int32_t ___m_value_0;
  2392. public:
  2393. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); }
  2394. inline int32_t get_m_value_0() const { return ___m_value_0; }
  2395. inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
  2396. inline void set_m_value_0(int32_t value)
  2397. {
  2398. ___m_value_0 = value;
  2399. }
  2400. };
  2401. // System.IntPtr
  2402. struct IntPtr_t
  2403. {
  2404. public:
  2405. // System.Void* System.IntPtr::m_value
  2406. void* ___m_value_0;
  2407. public:
  2408. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  2409. inline void* get_m_value_0() const { return ___m_value_0; }
  2410. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  2411. inline void set_m_value_0(void* value)
  2412. {
  2413. ___m_value_0 = value;
  2414. }
  2415. };
  2416. struct IntPtr_t_StaticFields
  2417. {
  2418. public:
  2419. // System.IntPtr System.IntPtr::Zero
  2420. intptr_t ___Zero_1;
  2421. public:
  2422. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  2423. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  2424. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  2425. inline void set_Zero_1(intptr_t value)
  2426. {
  2427. ___Zero_1 = value;
  2428. }
  2429. };
  2430. // Newtonsoft.Json.Linq.JContainer
  2431. struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9
  2432. {
  2433. public:
  2434. // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged
  2435. ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ____listChanged_13;
  2436. // System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer::_addingNew
  2437. AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * ____addingNew_14;
  2438. // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot
  2439. RuntimeObject * ____syncRoot_15;
  2440. // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy
  2441. bool ____busy_16;
  2442. public:
  2443. inline static int32_t get_offset_of__listChanged_13() { return static_cast<int32_t>(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____listChanged_13)); }
  2444. inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get__listChanged_13() const { return ____listChanged_13; }
  2445. inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of__listChanged_13() { return &____listChanged_13; }
  2446. inline void set__listChanged_13(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value)
  2447. {
  2448. ____listChanged_13 = value;
  2449. Il2CppCodeGenWriteBarrier((void**)(&____listChanged_13), (void*)value);
  2450. }
  2451. inline static int32_t get_offset_of__addingNew_14() { return static_cast<int32_t>(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____addingNew_14)); }
  2452. inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * get__addingNew_14() const { return ____addingNew_14; }
  2453. inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB ** get_address_of__addingNew_14() { return &____addingNew_14; }
  2454. inline void set__addingNew_14(AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * value)
  2455. {
  2456. ____addingNew_14 = value;
  2457. Il2CppCodeGenWriteBarrier((void**)(&____addingNew_14), (void*)value);
  2458. }
  2459. inline static int32_t get_offset_of__syncRoot_15() { return static_cast<int32_t>(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____syncRoot_15)); }
  2460. inline RuntimeObject * get__syncRoot_15() const { return ____syncRoot_15; }
  2461. inline RuntimeObject ** get_address_of__syncRoot_15() { return &____syncRoot_15; }
  2462. inline void set__syncRoot_15(RuntimeObject * value)
  2463. {
  2464. ____syncRoot_15 = value;
  2465. Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_15), (void*)value);
  2466. }
  2467. inline static int32_t get_offset_of__busy_16() { return static_cast<int32_t>(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____busy_16)); }
  2468. inline bool get__busy_16() const { return ____busy_16; }
  2469. inline bool* get_address_of__busy_16() { return &____busy_16; }
  2470. inline void set__busy_16(bool value)
  2471. {
  2472. ____busy_16 = value;
  2473. }
  2474. };
  2475. // Newtonsoft.Json.Linq.JPropertyKeyedCollection
  2476. struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 : public Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63
  2477. {
  2478. public:
  2479. // System.Collections.Generic.Dictionary`2<System.String,Newtonsoft.Json.Linq.JToken> Newtonsoft.Json.Linq.JPropertyKeyedCollection::_dictionary
  2480. Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * ____dictionary_3;
  2481. public:
  2482. inline static int32_t get_offset_of__dictionary_3() { return static_cast<int32_t>(offsetof(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39, ____dictionary_3)); }
  2483. inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * get__dictionary_3() const { return ____dictionary_3; }
  2484. inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 ** get_address_of__dictionary_3() { return &____dictionary_3; }
  2485. inline void set__dictionary_3(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * value)
  2486. {
  2487. ____dictionary_3 = value;
  2488. Il2CppCodeGenWriteBarrier((void**)(&____dictionary_3), (void*)value);
  2489. }
  2490. };
  2491. struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields
  2492. {
  2493. public:
  2494. // System.Collections.Generic.IEqualityComparer`1<System.String> Newtonsoft.Json.Linq.JPropertyKeyedCollection::Comparer
  2495. RuntimeObject* ___Comparer_2;
  2496. public:
  2497. inline static int32_t get_offset_of_Comparer_2() { return static_cast<int32_t>(offsetof(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields, ___Comparer_2)); }
  2498. inline RuntimeObject* get_Comparer_2() const { return ___Comparer_2; }
  2499. inline RuntimeObject** get_address_of_Comparer_2() { return &___Comparer_2; }
  2500. inline void set_Comparer_2(RuntimeObject* value)
  2501. {
  2502. ___Comparer_2 = value;
  2503. Il2CppCodeGenWriteBarrier((void**)(&___Comparer_2), (void*)value);
  2504. }
  2505. };
  2506. // System.Reflection.MethodBase
  2507. struct MethodBase_t : public MemberInfo_t
  2508. {
  2509. public:
  2510. public:
  2511. };
  2512. // System.Reflection.PropertyInfo
  2513. struct PropertyInfo_t : public MemberInfo_t
  2514. {
  2515. public:
  2516. public:
  2517. };
  2518. // System.Void
  2519. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  2520. {
  2521. public:
  2522. union
  2523. {
  2524. struct
  2525. {
  2526. };
  2527. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  2528. };
  2529. public:
  2530. };
  2531. // System.Xml.XmlAttribute
  2532. struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1
  2533. {
  2534. public:
  2535. // System.Xml.XmlName System.Xml.XmlAttribute::name
  2536. XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_1;
  2537. // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild
  2538. XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_2;
  2539. public:
  2540. inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___name_1)); }
  2541. inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_1() const { return ___name_1; }
  2542. inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_1() { return &___name_1; }
  2543. inline void set_name_1(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value)
  2544. {
  2545. ___name_1 = value;
  2546. Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
  2547. }
  2548. inline static int32_t get_offset_of_lastChild_2() { return static_cast<int32_t>(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___lastChild_2)); }
  2549. inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_2() const { return ___lastChild_2; }
  2550. inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_2() { return &___lastChild_2; }
  2551. inline void set_lastChild_2(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value)
  2552. {
  2553. ___lastChild_2 = value;
  2554. Il2CppCodeGenWriteBarrier((void**)(&___lastChild_2), (void*)value);
  2555. }
  2556. };
  2557. // Newtonsoft.Json.Converters.XmlDeclarationWrapper
  2558. struct XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D : public XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87
  2559. {
  2560. public:
  2561. // System.Xml.XmlDeclaration Newtonsoft.Json.Converters.XmlDeclarationWrapper::_declaration
  2562. XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * ____declaration_3;
  2563. public:
  2564. inline static int32_t get_offset_of__declaration_3() { return static_cast<int32_t>(offsetof(XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D, ____declaration_3)); }
  2565. inline XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * get__declaration_3() const { return ____declaration_3; }
  2566. inline XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC ** get_address_of__declaration_3() { return &____declaration_3; }
  2567. inline void set__declaration_3(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * value)
  2568. {
  2569. ____declaration_3 = value;
  2570. Il2CppCodeGenWriteBarrier((void**)(&____declaration_3), (void*)value);
  2571. }
  2572. };
  2573. // Newtonsoft.Json.Converters.XmlDocumentTypeWrapper
  2574. struct XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 : public XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87
  2575. {
  2576. public:
  2577. // System.Xml.XmlDocumentType Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::_documentType
  2578. XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ____documentType_3;
  2579. public:
  2580. inline static int32_t get_offset_of__documentType_3() { return static_cast<int32_t>(offsetof(XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26, ____documentType_3)); }
  2581. inline XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * get__documentType_3() const { return ____documentType_3; }
  2582. inline XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F ** get_address_of__documentType_3() { return &____documentType_3; }
  2583. inline void set__documentType_3(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * value)
  2584. {
  2585. ____documentType_3 = value;
  2586. Il2CppCodeGenWriteBarrier((void**)(&____documentType_3), (void*)value);
  2587. }
  2588. };
  2589. // Newtonsoft.Json.Converters.XmlElementWrapper
  2590. struct XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC : public XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87
  2591. {
  2592. public:
  2593. // System.Xml.XmlElement Newtonsoft.Json.Converters.XmlElementWrapper::_element
  2594. XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ____element_3;
  2595. public:
  2596. inline static int32_t get_offset_of__element_3() { return static_cast<int32_t>(offsetof(XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC, ____element_3)); }
  2597. inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * get__element_3() const { return ____element_3; }
  2598. inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF ** get_address_of__element_3() { return &____element_3; }
  2599. inline void set__element_3(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * value)
  2600. {
  2601. ____element_3 = value;
  2602. Il2CppCodeGenWriteBarrier((void**)(&____element_3), (void*)value);
  2603. }
  2604. };
  2605. // System.Xml.XmlLinkedNode
  2606. struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1
  2607. {
  2608. public:
  2609. // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next
  2610. XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___next_1;
  2611. public:
  2612. inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0, ___next_1)); }
  2613. inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_next_1() const { return ___next_1; }
  2614. inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_next_1() { return &___next_1; }
  2615. inline void set_next_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value)
  2616. {
  2617. ___next_1 = value;
  2618. Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value);
  2619. }
  2620. };
  2621. // <PrivateImplementationDetails>/__StaticArrayInitTypeSize=10
  2622. struct __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4
  2623. {
  2624. public:
  2625. union
  2626. {
  2627. struct
  2628. {
  2629. union
  2630. {
  2631. };
  2632. };
  2633. uint8_t __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4__padding[10];
  2634. };
  2635. public:
  2636. };
  2637. // <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12
  2638. struct __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108
  2639. {
  2640. public:
  2641. union
  2642. {
  2643. struct
  2644. {
  2645. union
  2646. {
  2647. };
  2648. };
  2649. uint8_t __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108__padding[12];
  2650. };
  2651. public:
  2652. };
  2653. // <PrivateImplementationDetails>/__StaticArrayInitTypeSize=28
  2654. struct __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25
  2655. {
  2656. public:
  2657. union
  2658. {
  2659. struct
  2660. {
  2661. union
  2662. {
  2663. };
  2664. };
  2665. uint8_t __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25__padding[28];
  2666. };
  2667. public:
  2668. };
  2669. // <PrivateImplementationDetails>/__StaticArrayInitTypeSize=52
  2670. struct __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8
  2671. {
  2672. public:
  2673. union
  2674. {
  2675. struct
  2676. {
  2677. union
  2678. {
  2679. };
  2680. };
  2681. uint8_t __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8__padding[52];
  2682. };
  2683. public:
  2684. };
  2685. // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey
  2686. struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776
  2687. {
  2688. public:
  2689. // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_initialType
  2690. Type_t * ____initialType_0;
  2691. // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_targetType
  2692. Type_t * ____targetType_1;
  2693. public:
  2694. inline static int32_t get_offset_of__initialType_0() { return static_cast<int32_t>(offsetof(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776, ____initialType_0)); }
  2695. inline Type_t * get__initialType_0() const { return ____initialType_0; }
  2696. inline Type_t ** get_address_of__initialType_0() { return &____initialType_0; }
  2697. inline void set__initialType_0(Type_t * value)
  2698. {
  2699. ____initialType_0 = value;
  2700. Il2CppCodeGenWriteBarrier((void**)(&____initialType_0), (void*)value);
  2701. }
  2702. inline static int32_t get_offset_of__targetType_1() { return static_cast<int32_t>(offsetof(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776, ____targetType_1)); }
  2703. inline Type_t * get__targetType_1() const { return ____targetType_1; }
  2704. inline Type_t ** get_address_of__targetType_1() { return &____targetType_1; }
  2705. inline void set__targetType_1(Type_t * value)
  2706. {
  2707. ____targetType_1 = value;
  2708. Il2CppCodeGenWriteBarrier((void**)(&____targetType_1), (void*)value);
  2709. }
  2710. };
  2711. // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey
  2712. struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_pinvoke
  2713. {
  2714. Type_t * ____initialType_0;
  2715. Type_t * ____targetType_1;
  2716. };
  2717. // Native definition for COM marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey
  2718. struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_com
  2719. {
  2720. Type_t * ____initialType_0;
  2721. Type_t * ____targetType_1;
  2722. };
  2723. // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey
  2724. struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F
  2725. {
  2726. public:
  2727. // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::AssemblyName
  2728. String_t* ___AssemblyName_0;
  2729. // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::TypeName
  2730. String_t* ___TypeName_1;
  2731. public:
  2732. inline static int32_t get_offset_of_AssemblyName_0() { return static_cast<int32_t>(offsetof(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F, ___AssemblyName_0)); }
  2733. inline String_t* get_AssemblyName_0() const { return ___AssemblyName_0; }
  2734. inline String_t** get_address_of_AssemblyName_0() { return &___AssemblyName_0; }
  2735. inline void set_AssemblyName_0(String_t* value)
  2736. {
  2737. ___AssemblyName_0 = value;
  2738. Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_0), (void*)value);
  2739. }
  2740. inline static int32_t get_offset_of_TypeName_1() { return static_cast<int32_t>(offsetof(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F, ___TypeName_1)); }
  2741. inline String_t* get_TypeName_1() const { return ___TypeName_1; }
  2742. inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; }
  2743. inline void set_TypeName_1(String_t* value)
  2744. {
  2745. ___TypeName_1 = value;
  2746. Il2CppCodeGenWriteBarrier((void**)(&___TypeName_1), (void*)value);
  2747. }
  2748. };
  2749. // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey
  2750. struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_pinvoke
  2751. {
  2752. char* ___AssemblyName_0;
  2753. char* ___TypeName_1;
  2754. };
  2755. // Native definition for COM marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey
  2756. struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_com
  2757. {
  2758. Il2CppChar* ___AssemblyName_0;
  2759. Il2CppChar* ___TypeName_1;
  2760. };
  2761. // System.Xml.XmlNamedNodeMap/SmallXmlNodeList
  2762. struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE
  2763. {
  2764. public:
  2765. // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::field
  2766. RuntimeObject * ___field_0;
  2767. public:
  2768. inline static int32_t get_offset_of_field_0() { return static_cast<int32_t>(offsetof(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE, ___field_0)); }
  2769. inline RuntimeObject * get_field_0() const { return ___field_0; }
  2770. inline RuntimeObject ** get_address_of_field_0() { return &___field_0; }
  2771. inline void set_field_0(RuntimeObject * value)
  2772. {
  2773. ___field_0 = value;
  2774. Il2CppCodeGenWriteBarrier((void**)(&___field_0), (void*)value);
  2775. }
  2776. };
  2777. // Native definition for P/Invoke marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList
  2778. struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_pinvoke
  2779. {
  2780. Il2CppIUnknown* ___field_0;
  2781. };
  2782. // Native definition for COM marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList
  2783. struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_com
  2784. {
  2785. Il2CppIUnknown* ___field_0;
  2786. };
  2787. // System.Reflection.BindingFlags
  2788. struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
  2789. {
  2790. public:
  2791. // System.Int32 System.Reflection.BindingFlags::value__
  2792. int32_t ___value___2;
  2793. public:
  2794. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
  2795. inline int32_t get_value___2() const { return ___value___2; }
  2796. inline int32_t* get_address_of_value___2() { return &___value___2; }
  2797. inline void set_value___2(int32_t value)
  2798. {
  2799. ___value___2 = value;
  2800. }
  2801. };
  2802. // Newtonsoft.Json.Bson.BsonType
  2803. struct BsonType_t21E49BFB0972EF88F2942C8312EAC8C8DF270027
  2804. {
  2805. public:
  2806. // System.SByte Newtonsoft.Json.Bson.BsonType::value__
  2807. int8_t ___value___2;
  2808. public:
  2809. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BsonType_t21E49BFB0972EF88F2942C8312EAC8C8DF270027, ___value___2)); }
  2810. inline int8_t get_value___2() const { return ___value___2; }
  2811. inline int8_t* get_address_of_value___2() { return &___value___2; }
  2812. inline void set_value___2(int8_t value)
  2813. {
  2814. ___value___2 = value;
  2815. }
  2816. };
  2817. // System.Reflection.ConstructorInfo
  2818. struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t
  2819. {
  2820. public:
  2821. public:
  2822. };
  2823. struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields
  2824. {
  2825. public:
  2826. // System.String System.Reflection.ConstructorInfo::ConstructorName
  2827. String_t* ___ConstructorName_0;
  2828. // System.String System.Reflection.ConstructorInfo::TypeConstructorName
  2829. String_t* ___TypeConstructorName_1;
  2830. public:
  2831. inline static int32_t get_offset_of_ConstructorName_0() { return static_cast<int32_t>(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); }
  2832. inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
  2833. inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
  2834. inline void set_ConstructorName_0(String_t* value)
  2835. {
  2836. ___ConstructorName_0 = value;
  2837. Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
  2838. }
  2839. inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); }
  2840. inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
  2841. inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
  2842. inline void set_TypeConstructorName_1(String_t* value)
  2843. {
  2844. ___TypeConstructorName_1 = value;
  2845. Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
  2846. }
  2847. };
  2848. // Newtonsoft.Json.DefaultValueHandling
  2849. struct DefaultValueHandling_tA6F1C904BA2806F3EE2BE2F9072EB3064D503EE2
  2850. {
  2851. public:
  2852. // System.Int32 Newtonsoft.Json.DefaultValueHandling::value__
  2853. int32_t ___value___2;
  2854. public:
  2855. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DefaultValueHandling_tA6F1C904BA2806F3EE2BE2F9072EB3064D503EE2, ___value___2)); }
  2856. inline int32_t get_value___2() const { return ___value___2; }
  2857. inline int32_t* get_address_of_value___2() { return &___value___2; }
  2858. inline void set_value___2(int32_t value)
  2859. {
  2860. ___value___2 = value;
  2861. }
  2862. };
  2863. // System.Delegate
  2864. struct Delegate_t : public RuntimeObject
  2865. {
  2866. public:
  2867. // System.IntPtr System.Delegate::method_ptr
  2868. Il2CppMethodPointer ___method_ptr_0;
  2869. // System.IntPtr System.Delegate::invoke_impl
  2870. intptr_t ___invoke_impl_1;
  2871. // System.Object System.Delegate::m_target
  2872. RuntimeObject * ___m_target_2;
  2873. // System.IntPtr System.Delegate::method
  2874. intptr_t ___method_3;
  2875. // System.IntPtr System.Delegate::delegate_trampoline
  2876. intptr_t ___delegate_trampoline_4;
  2877. // System.IntPtr System.Delegate::extra_arg
  2878. intptr_t ___extra_arg_5;
  2879. // System.IntPtr System.Delegate::method_code
  2880. intptr_t ___method_code_6;
  2881. // System.Reflection.MethodInfo System.Delegate::method_info
  2882. MethodInfo_t * ___method_info_7;
  2883. // System.Reflection.MethodInfo System.Delegate::original_method_info
  2884. MethodInfo_t * ___original_method_info_8;
  2885. // System.DelegateData System.Delegate::data
  2886. DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9;
  2887. // System.Boolean System.Delegate::method_is_virtual
  2888. bool ___method_is_virtual_10;
  2889. public:
  2890. inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
  2891. inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
  2892. inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
  2893. inline void set_method_ptr_0(Il2CppMethodPointer value)
  2894. {
  2895. ___method_ptr_0 = value;
  2896. }
  2897. inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
  2898. inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
  2899. inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
  2900. inline void set_invoke_impl_1(intptr_t value)
  2901. {
  2902. ___invoke_impl_1 = value;
  2903. }
  2904. inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
  2905. inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
  2906. inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
  2907. inline void set_m_target_2(RuntimeObject * value)
  2908. {
  2909. ___m_target_2 = value;
  2910. Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
  2911. }
  2912. inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
  2913. inline intptr_t get_method_3() const { return ___method_3; }
  2914. inline intptr_t* get_address_of_method_3() { return &___method_3; }
  2915. inline void set_method_3(intptr_t value)
  2916. {
  2917. ___method_3 = value;
  2918. }
  2919. inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
  2920. inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
  2921. inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
  2922. inline void set_delegate_trampoline_4(intptr_t value)
  2923. {
  2924. ___delegate_trampoline_4 = value;
  2925. }
  2926. inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
  2927. inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
  2928. inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
  2929. inline void set_extra_arg_5(intptr_t value)
  2930. {
  2931. ___extra_arg_5 = value;
  2932. }
  2933. inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
  2934. inline intptr_t get_method_code_6() const { return ___method_code_6; }
  2935. inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
  2936. inline void set_method_code_6(intptr_t value)
  2937. {
  2938. ___method_code_6 = value;
  2939. }
  2940. inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
  2941. inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
  2942. inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
  2943. inline void set_method_info_7(MethodInfo_t * value)
  2944. {
  2945. ___method_info_7 = value;
  2946. Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
  2947. }
  2948. inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
  2949. inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
  2950. inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
  2951. inline void set_original_method_info_8(MethodInfo_t * value)
  2952. {
  2953. ___original_method_info_8 = value;
  2954. Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
  2955. }
  2956. inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
  2957. inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; }
  2958. inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; }
  2959. inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value)
  2960. {
  2961. ___data_9 = value;
  2962. Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
  2963. }
  2964. inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
  2965. inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
  2966. inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
  2967. inline void set_method_is_virtual_10(bool value)
  2968. {
  2969. ___method_is_virtual_10 = value;
  2970. }
  2971. };
  2972. // Native definition for P/Invoke marshalling of System.Delegate
  2973. struct Delegate_t_marshaled_pinvoke
  2974. {
  2975. intptr_t ___method_ptr_0;
  2976. intptr_t ___invoke_impl_1;
  2977. Il2CppIUnknown* ___m_target_2;
  2978. intptr_t ___method_3;
  2979. intptr_t ___delegate_trampoline_4;
  2980. intptr_t ___extra_arg_5;
  2981. intptr_t ___method_code_6;
  2982. MethodInfo_t * ___method_info_7;
  2983. MethodInfo_t * ___original_method_info_8;
  2984. DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9;
  2985. int32_t ___method_is_virtual_10;
  2986. };
  2987. // Native definition for COM marshalling of System.Delegate
  2988. struct Delegate_t_marshaled_com
  2989. {
  2990. intptr_t ___method_ptr_0;
  2991. intptr_t ___invoke_impl_1;
  2992. Il2CppIUnknown* ___m_target_2;
  2993. intptr_t ___method_3;
  2994. intptr_t ___delegate_trampoline_4;
  2995. intptr_t ___extra_arg_5;
  2996. intptr_t ___method_code_6;
  2997. MethodInfo_t * ___method_info_7;
  2998. MethodInfo_t * ___original_method_info_8;
  2999. DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9;
  3000. int32_t ___method_is_virtual_10;
  3001. };
  3002. // System.Exception
  3003. struct Exception_t : public RuntimeObject
  3004. {
  3005. public:
  3006. // System.String System.Exception::_className
  3007. String_t* ____className_1;
  3008. // System.String System.Exception::_message
  3009. String_t* ____message_2;
  3010. // System.Collections.IDictionary System.Exception::_data
  3011. RuntimeObject* ____data_3;
  3012. // System.Exception System.Exception::_innerException
  3013. Exception_t * ____innerException_4;
  3014. // System.String System.Exception::_helpURL
  3015. String_t* ____helpURL_5;
  3016. // System.Object System.Exception::_stackTrace
  3017. RuntimeObject * ____stackTrace_6;
  3018. // System.String System.Exception::_stackTraceString
  3019. String_t* ____stackTraceString_7;
  3020. // System.String System.Exception::_remoteStackTraceString
  3021. String_t* ____remoteStackTraceString_8;
  3022. // System.Int32 System.Exception::_remoteStackIndex
  3023. int32_t ____remoteStackIndex_9;
  3024. // System.Object System.Exception::_dynamicMethods
  3025. RuntimeObject * ____dynamicMethods_10;
  3026. // System.Int32 System.Exception::_HResult
  3027. int32_t ____HResult_11;
  3028. // System.String System.Exception::_source
  3029. String_t* ____source_12;
  3030. // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
  3031. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  3032. // System.Diagnostics.StackTrace[] System.Exception::captured_traces
  3033. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  3034. // System.IntPtr[] System.Exception::native_trace_ips
  3035. IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15;
  3036. public:
  3037. inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
  3038. inline String_t* get__className_1() const { return ____className_1; }
  3039. inline String_t** get_address_of__className_1() { return &____className_1; }
  3040. inline void set__className_1(String_t* value)
  3041. {
  3042. ____className_1 = value;
  3043. Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
  3044. }
  3045. inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
  3046. inline String_t* get__message_2() const { return ____message_2; }
  3047. inline String_t** get_address_of__message_2() { return &____message_2; }
  3048. inline void set__message_2(String_t* value)
  3049. {
  3050. ____message_2 = value;
  3051. Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
  3052. }
  3053. inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
  3054. inline RuntimeObject* get__data_3() const { return ____data_3; }
  3055. inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
  3056. inline void set__data_3(RuntimeObject* value)
  3057. {
  3058. ____data_3 = value;
  3059. Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
  3060. }
  3061. inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
  3062. inline Exception_t * get__innerException_4() const { return ____innerException_4; }
  3063. inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
  3064. inline void set__innerException_4(Exception_t * value)
  3065. {
  3066. ____innerException_4 = value;
  3067. Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
  3068. }
  3069. inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
  3070. inline String_t* get__helpURL_5() const { return ____helpURL_5; }
  3071. inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
  3072. inline void set__helpURL_5(String_t* value)
  3073. {
  3074. ____helpURL_5 = value;
  3075. Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
  3076. }
  3077. inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
  3078. inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
  3079. inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
  3080. inline void set__stackTrace_6(RuntimeObject * value)
  3081. {
  3082. ____stackTrace_6 = value;
  3083. Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
  3084. }
  3085. inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
  3086. inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
  3087. inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
  3088. inline void set__stackTraceString_7(String_t* value)
  3089. {
  3090. ____stackTraceString_7 = value;
  3091. Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
  3092. }
  3093. inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
  3094. inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
  3095. inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
  3096. inline void set__remoteStackTraceString_8(String_t* value)
  3097. {
  3098. ____remoteStackTraceString_8 = value;
  3099. Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
  3100. }
  3101. inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
  3102. inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
  3103. inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
  3104. inline void set__remoteStackIndex_9(int32_t value)
  3105. {
  3106. ____remoteStackIndex_9 = value;
  3107. }
  3108. inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
  3109. inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
  3110. inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
  3111. inline void set__dynamicMethods_10(RuntimeObject * value)
  3112. {
  3113. ____dynamicMethods_10 = value;
  3114. Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
  3115. }
  3116. inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
  3117. inline int32_t get__HResult_11() const { return ____HResult_11; }
  3118. inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
  3119. inline void set__HResult_11(int32_t value)
  3120. {
  3121. ____HResult_11 = value;
  3122. }
  3123. inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
  3124. inline String_t* get__source_12() const { return ____source_12; }
  3125. inline String_t** get_address_of__source_12() { return &____source_12; }
  3126. inline void set__source_12(String_t* value)
  3127. {
  3128. ____source_12 = value;
  3129. Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
  3130. }
  3131. inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
  3132. inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
  3133. inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
  3134. inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value)
  3135. {
  3136. ____safeSerializationManager_13 = value;
  3137. Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
  3138. }
  3139. inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
  3140. inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; }
  3141. inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; }
  3142. inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value)
  3143. {
  3144. ___captured_traces_14 = value;
  3145. Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
  3146. }
  3147. inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
  3148. inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
  3149. inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
  3150. inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value)
  3151. {
  3152. ___native_trace_ips_15 = value;
  3153. Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
  3154. }
  3155. };
  3156. struct Exception_t_StaticFields
  3157. {
  3158. public:
  3159. // System.Object System.Exception::s_EDILock
  3160. RuntimeObject * ___s_EDILock_0;
  3161. public:
  3162. inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
  3163. inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
  3164. inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
  3165. inline void set_s_EDILock_0(RuntimeObject * value)
  3166. {
  3167. ___s_EDILock_0 = value;
  3168. Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
  3169. }
  3170. };
  3171. // Native definition for P/Invoke marshalling of System.Exception
  3172. struct Exception_t_marshaled_pinvoke
  3173. {
  3174. char* ____className_1;
  3175. char* ____message_2;
  3176. RuntimeObject* ____data_3;
  3177. Exception_t_marshaled_pinvoke* ____innerException_4;
  3178. char* ____helpURL_5;
  3179. Il2CppIUnknown* ____stackTrace_6;
  3180. char* ____stackTraceString_7;
  3181. char* ____remoteStackTraceString_8;
  3182. int32_t ____remoteStackIndex_9;
  3183. Il2CppIUnknown* ____dynamicMethods_10;
  3184. int32_t ____HResult_11;
  3185. char* ____source_12;
  3186. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  3187. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  3188. Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
  3189. };
  3190. // Native definition for COM marshalling of System.Exception
  3191. struct Exception_t_marshaled_com
  3192. {
  3193. Il2CppChar* ____className_1;
  3194. Il2CppChar* ____message_2;
  3195. RuntimeObject* ____data_3;
  3196. Exception_t_marshaled_com* ____innerException_4;
  3197. Il2CppChar* ____helpURL_5;
  3198. Il2CppIUnknown* ____stackTrace_6;
  3199. Il2CppChar* ____stackTraceString_7;
  3200. Il2CppChar* ____remoteStackTraceString_8;
  3201. int32_t ____remoteStackIndex_9;
  3202. Il2CppIUnknown* ____dynamicMethods_10;
  3203. int32_t ____HResult_11;
  3204. Il2CppChar* ____source_12;
  3205. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  3206. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  3207. Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
  3208. };
  3209. // Newtonsoft.Json.Linq.JObject
  3210. struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4
  3211. {
  3212. public:
  3213. // Newtonsoft.Json.Linq.JPropertyKeyedCollection Newtonsoft.Json.Linq.JObject::_properties
  3214. JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * ____properties_17;
  3215. // System.ComponentModel.PropertyChangedEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanged
  3216. PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___PropertyChanged_18;
  3217. // System.ComponentModel.PropertyChangingEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanging
  3218. PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * ___PropertyChanging_19;
  3219. public:
  3220. inline static int32_t get_offset_of__properties_17() { return static_cast<int32_t>(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ____properties_17)); }
  3221. inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * get__properties_17() const { return ____properties_17; }
  3222. inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 ** get_address_of__properties_17() { return &____properties_17; }
  3223. inline void set__properties_17(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * value)
  3224. {
  3225. ____properties_17 = value;
  3226. Il2CppCodeGenWriteBarrier((void**)(&____properties_17), (void*)value);
  3227. }
  3228. inline static int32_t get_offset_of_PropertyChanged_18() { return static_cast<int32_t>(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanged_18)); }
  3229. inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_PropertyChanged_18() const { return ___PropertyChanged_18; }
  3230. inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_PropertyChanged_18() { return &___PropertyChanged_18; }
  3231. inline void set_PropertyChanged_18(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value)
  3232. {
  3233. ___PropertyChanged_18 = value;
  3234. Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanged_18), (void*)value);
  3235. }
  3236. inline static int32_t get_offset_of_PropertyChanging_19() { return static_cast<int32_t>(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanging_19)); }
  3237. inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * get_PropertyChanging_19() const { return ___PropertyChanging_19; }
  3238. inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B ** get_address_of_PropertyChanging_19() { return &___PropertyChanging_19; }
  3239. inline void set_PropertyChanging_19(PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * value)
  3240. {
  3241. ___PropertyChanging_19 = value;
  3242. Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanging_19), (void*)value);
  3243. }
  3244. };
  3245. // Newtonsoft.Json.Linq.JProperty
  3246. struct JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4
  3247. {
  3248. public:
  3249. // Newtonsoft.Json.Linq.JProperty/JPropertyList Newtonsoft.Json.Linq.JProperty::_content
  3250. JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * ____content_17;
  3251. // System.String Newtonsoft.Json.Linq.JProperty::_name
  3252. String_t* ____name_18;
  3253. public:
  3254. inline static int32_t get_offset_of__content_17() { return static_cast<int32_t>(offsetof(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA, ____content_17)); }
  3255. inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * get__content_17() const { return ____content_17; }
  3256. inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 ** get_address_of__content_17() { return &____content_17; }
  3257. inline void set__content_17(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * value)
  3258. {
  3259. ____content_17 = value;
  3260. Il2CppCodeGenWriteBarrier((void**)(&____content_17), (void*)value);
  3261. }
  3262. inline static int32_t get_offset_of__name_18() { return static_cast<int32_t>(offsetof(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA, ____name_18)); }
  3263. inline String_t* get__name_18() const { return ____name_18; }
  3264. inline String_t** get_address_of__name_18() { return &____name_18; }
  3265. inline void set__name_18(String_t* value)
  3266. {
  3267. ____name_18 = value;
  3268. Il2CppCodeGenWriteBarrier((void**)(&____name_18), (void*)value);
  3269. }
  3270. };
  3271. // System.Reflection.MemberTypes
  3272. struct MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE
  3273. {
  3274. public:
  3275. // System.Int32 System.Reflection.MemberTypes::value__
  3276. int32_t ___value___2;
  3277. public:
  3278. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE, ___value___2)); }
  3279. inline int32_t get_value___2() const { return ___value___2; }
  3280. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3281. inline void set_value___2(int32_t value)
  3282. {
  3283. ___value___2 = value;
  3284. }
  3285. };
  3286. // System.Reflection.MethodInfo
  3287. struct MethodInfo_t : public MethodBase_t
  3288. {
  3289. public:
  3290. public:
  3291. };
  3292. // Newtonsoft.Json.NullValueHandling
  3293. struct NullValueHandling_tF1C5D33CF1843DFF543CD0D5A54DB81A6803ED3B
  3294. {
  3295. public:
  3296. // System.Int32 Newtonsoft.Json.NullValueHandling::value__
  3297. int32_t ___value___2;
  3298. public:
  3299. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NullValueHandling_tF1C5D33CF1843DFF543CD0D5A54DB81A6803ED3B, ___value___2)); }
  3300. inline int32_t get_value___2() const { return ___value___2; }
  3301. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3302. inline void set_value___2(int32_t value)
  3303. {
  3304. ___value___2 = value;
  3305. }
  3306. };
  3307. // Newtonsoft.Json.ObjectCreationHandling
  3308. struct ObjectCreationHandling_tB7C55BEBFC5F41BA0BD91209BBC715CDCE42AB63
  3309. {
  3310. public:
  3311. // System.Int32 Newtonsoft.Json.ObjectCreationHandling::value__
  3312. int32_t ___value___2;
  3313. public:
  3314. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ObjectCreationHandling_tB7C55BEBFC5F41BA0BD91209BBC715CDCE42AB63, ___value___2)); }
  3315. inline int32_t get_value___2() const { return ___value___2; }
  3316. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3317. inline void set_value___2(int32_t value)
  3318. {
  3319. ___value___2 = value;
  3320. }
  3321. };
  3322. // System.Reflection.ParameterAttributes
  3323. struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218
  3324. {
  3325. public:
  3326. // System.Int32 System.Reflection.ParameterAttributes::value__
  3327. int32_t ___value___2;
  3328. public:
  3329. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); }
  3330. inline int32_t get_value___2() const { return ___value___2; }
  3331. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3332. inline void set_value___2(int32_t value)
  3333. {
  3334. ___value___2 = value;
  3335. }
  3336. };
  3337. // Newtonsoft.Json.ReferenceLoopHandling
  3338. struct ReferenceLoopHandling_t32974E9E23C132789EC534CB2EE8271AC3A5AFA7
  3339. {
  3340. public:
  3341. // System.Int32 Newtonsoft.Json.ReferenceLoopHandling::value__
  3342. int32_t ___value___2;
  3343. public:
  3344. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReferenceLoopHandling_t32974E9E23C132789EC534CB2EE8271AC3A5AFA7, ___value___2)); }
  3345. inline int32_t get_value___2() const { return ___value___2; }
  3346. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3347. inline void set_value___2(int32_t value)
  3348. {
  3349. ___value___2 = value;
  3350. }
  3351. };
  3352. // Newtonsoft.Json.Required
  3353. struct Required_t3227BFC685E17D3189D1E0F99C5442494A0D27FB
  3354. {
  3355. public:
  3356. // System.Int32 Newtonsoft.Json.Required::value__
  3357. int32_t ___value___2;
  3358. public:
  3359. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Required_t3227BFC685E17D3189D1E0F99C5442494A0D27FB, ___value___2)); }
  3360. inline int32_t get_value___2() const { return ___value___2; }
  3361. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3362. inline void set_value___2(int32_t value)
  3363. {
  3364. ___value___2 = value;
  3365. }
  3366. };
  3367. // System.RuntimeTypeHandle
  3368. struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
  3369. {
  3370. public:
  3371. // System.IntPtr System.RuntimeTypeHandle::value
  3372. intptr_t ___value_0;
  3373. public:
  3374. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
  3375. inline intptr_t get_value_0() const { return ___value_0; }
  3376. inline intptr_t* get_address_of_value_0() { return &___value_0; }
  3377. inline void set_value_0(intptr_t value)
  3378. {
  3379. ___value_0 = value;
  3380. }
  3381. };
  3382. // System.Runtime.Serialization.StreamingContextStates
  3383. struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3
  3384. {
  3385. public:
  3386. // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
  3387. int32_t ___value___2;
  3388. public:
  3389. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); }
  3390. inline int32_t get_value___2() const { return ___value___2; }
  3391. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3392. inline void set_value___2(int32_t value)
  3393. {
  3394. ___value___2 = value;
  3395. }
  3396. };
  3397. // Newtonsoft.Json.TypeNameHandling
  3398. struct TypeNameHandling_t9AB625D7AFD6168171C6FC1A0E03F6089BB56C8D
  3399. {
  3400. public:
  3401. // System.Int32 Newtonsoft.Json.TypeNameHandling::value__
  3402. int32_t ___value___2;
  3403. public:
  3404. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeNameHandling_t9AB625D7AFD6168171C6FC1A0E03F6089BB56C8D, ___value___2)); }
  3405. inline int32_t get_value___2() const { return ___value___2; }
  3406. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3407. inline void set_value___2(int32_t value)
  3408. {
  3409. ___value___2 = value;
  3410. }
  3411. };
  3412. // System.Xml.XmlDeclaration
  3413. struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0
  3414. {
  3415. public:
  3416. // System.String System.Xml.XmlDeclaration::version
  3417. String_t* ___version_2;
  3418. // System.String System.Xml.XmlDeclaration::encoding
  3419. String_t* ___encoding_3;
  3420. // System.String System.Xml.XmlDeclaration::standalone
  3421. String_t* ___standalone_4;
  3422. public:
  3423. inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___version_2)); }
  3424. inline String_t* get_version_2() const { return ___version_2; }
  3425. inline String_t** get_address_of_version_2() { return &___version_2; }
  3426. inline void set_version_2(String_t* value)
  3427. {
  3428. ___version_2 = value;
  3429. Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value);
  3430. }
  3431. inline static int32_t get_offset_of_encoding_3() { return static_cast<int32_t>(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___encoding_3)); }
  3432. inline String_t* get_encoding_3() const { return ___encoding_3; }
  3433. inline String_t** get_address_of_encoding_3() { return &___encoding_3; }
  3434. inline void set_encoding_3(String_t* value)
  3435. {
  3436. ___encoding_3 = value;
  3437. Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value);
  3438. }
  3439. inline static int32_t get_offset_of_standalone_4() { return static_cast<int32_t>(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___standalone_4)); }
  3440. inline String_t* get_standalone_4() const { return ___standalone_4; }
  3441. inline String_t** get_address_of_standalone_4() { return &___standalone_4; }
  3442. inline void set_standalone_4(String_t* value)
  3443. {
  3444. ___standalone_4 = value;
  3445. Il2CppCodeGenWriteBarrier((void**)(&___standalone_4), (void*)value);
  3446. }
  3447. };
  3448. // System.Xml.XmlDocumentType
  3449. struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0
  3450. {
  3451. public:
  3452. // System.String System.Xml.XmlDocumentType::name
  3453. String_t* ___name_2;
  3454. // System.String System.Xml.XmlDocumentType::publicId
  3455. String_t* ___publicId_3;
  3456. // System.String System.Xml.XmlDocumentType::systemId
  3457. String_t* ___systemId_4;
  3458. // System.String System.Xml.XmlDocumentType::internalSubset
  3459. String_t* ___internalSubset_5;
  3460. // System.Boolean System.Xml.XmlDocumentType::namespaces
  3461. bool ___namespaces_6;
  3462. // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities
  3463. XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_7;
  3464. // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations
  3465. XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___notations_8;
  3466. // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::schemaInfo
  3467. SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_9;
  3468. public:
  3469. inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___name_2)); }
  3470. inline String_t* get_name_2() const { return ___name_2; }
  3471. inline String_t** get_address_of_name_2() { return &___name_2; }
  3472. inline void set_name_2(String_t* value)
  3473. {
  3474. ___name_2 = value;
  3475. Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
  3476. }
  3477. inline static int32_t get_offset_of_publicId_3() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___publicId_3)); }
  3478. inline String_t* get_publicId_3() const { return ___publicId_3; }
  3479. inline String_t** get_address_of_publicId_3() { return &___publicId_3; }
  3480. inline void set_publicId_3(String_t* value)
  3481. {
  3482. ___publicId_3 = value;
  3483. Il2CppCodeGenWriteBarrier((void**)(&___publicId_3), (void*)value);
  3484. }
  3485. inline static int32_t get_offset_of_systemId_4() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___systemId_4)); }
  3486. inline String_t* get_systemId_4() const { return ___systemId_4; }
  3487. inline String_t** get_address_of_systemId_4() { return &___systemId_4; }
  3488. inline void set_systemId_4(String_t* value)
  3489. {
  3490. ___systemId_4 = value;
  3491. Il2CppCodeGenWriteBarrier((void**)(&___systemId_4), (void*)value);
  3492. }
  3493. inline static int32_t get_offset_of_internalSubset_5() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___internalSubset_5)); }
  3494. inline String_t* get_internalSubset_5() const { return ___internalSubset_5; }
  3495. inline String_t** get_address_of_internalSubset_5() { return &___internalSubset_5; }
  3496. inline void set_internalSubset_5(String_t* value)
  3497. {
  3498. ___internalSubset_5 = value;
  3499. Il2CppCodeGenWriteBarrier((void**)(&___internalSubset_5), (void*)value);
  3500. }
  3501. inline static int32_t get_offset_of_namespaces_6() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___namespaces_6)); }
  3502. inline bool get_namespaces_6() const { return ___namespaces_6; }
  3503. inline bool* get_address_of_namespaces_6() { return &___namespaces_6; }
  3504. inline void set_namespaces_6(bool value)
  3505. {
  3506. ___namespaces_6 = value;
  3507. }
  3508. inline static int32_t get_offset_of_entities_7() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___entities_7)); }
  3509. inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_7() const { return ___entities_7; }
  3510. inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_7() { return &___entities_7; }
  3511. inline void set_entities_7(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value)
  3512. {
  3513. ___entities_7 = value;
  3514. Il2CppCodeGenWriteBarrier((void**)(&___entities_7), (void*)value);
  3515. }
  3516. inline static int32_t get_offset_of_notations_8() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___notations_8)); }
  3517. inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_notations_8() const { return ___notations_8; }
  3518. inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_notations_8() { return &___notations_8; }
  3519. inline void set_notations_8(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value)
  3520. {
  3521. ___notations_8 = value;
  3522. Il2CppCodeGenWriteBarrier((void**)(&___notations_8), (void*)value);
  3523. }
  3524. inline static int32_t get_offset_of_schemaInfo_9() { return static_cast<int32_t>(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___schemaInfo_9)); }
  3525. inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_9() const { return ___schemaInfo_9; }
  3526. inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_9() { return &___schemaInfo_9; }
  3527. inline void set_schemaInfo_9(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value)
  3528. {
  3529. ___schemaInfo_9 = value;
  3530. Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_9), (void*)value);
  3531. }
  3532. };
  3533. // System.Xml.XmlElement
  3534. struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0
  3535. {
  3536. public:
  3537. // System.Xml.XmlName System.Xml.XmlElement::name
  3538. XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_2;
  3539. // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes
  3540. XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * ___attributes_3;
  3541. // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild
  3542. XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_4;
  3543. public:
  3544. inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___name_2)); }
  3545. inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_2() const { return ___name_2; }
  3546. inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_2() { return &___name_2; }
  3547. inline void set_name_2(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value)
  3548. {
  3549. ___name_2 = value;
  3550. Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
  3551. }
  3552. inline static int32_t get_offset_of_attributes_3() { return static_cast<int32_t>(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___attributes_3)); }
  3553. inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * get_attributes_3() const { return ___attributes_3; }
  3554. inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 ** get_address_of_attributes_3() { return &___attributes_3; }
  3555. inline void set_attributes_3(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * value)
  3556. {
  3557. ___attributes_3 = value;
  3558. Il2CppCodeGenWriteBarrier((void**)(&___attributes_3), (void*)value);
  3559. }
  3560. inline static int32_t get_offset_of_lastChild_4() { return static_cast<int32_t>(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___lastChild_4)); }
  3561. inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_4() const { return ___lastChild_4; }
  3562. inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_4() { return &___lastChild_4; }
  3563. inline void set_lastChild_4(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value)
  3564. {
  3565. ___lastChild_4 = value;
  3566. Il2CppCodeGenWriteBarrier((void**)(&___lastChild_4), (void*)value);
  3567. }
  3568. };
  3569. // System.Xml.XmlNamedNodeMap
  3570. struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 : public RuntimeObject
  3571. {
  3572. public:
  3573. // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent
  3574. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent_0;
  3575. // System.Xml.XmlNamedNodeMap/SmallXmlNodeList System.Xml.XmlNamedNodeMap::nodes
  3576. SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE ___nodes_1;
  3577. public:
  3578. inline static int32_t get_offset_of_parent_0() { return static_cast<int32_t>(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___parent_0)); }
  3579. inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parent_0() const { return ___parent_0; }
  3580. inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parent_0() { return &___parent_0; }
  3581. inline void set_parent_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value)
  3582. {
  3583. ___parent_0 = value;
  3584. Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value);
  3585. }
  3586. inline static int32_t get_offset_of_nodes_1() { return static_cast<int32_t>(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___nodes_1)); }
  3587. inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE get_nodes_1() const { return ___nodes_1; }
  3588. inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * get_address_of_nodes_1() { return &___nodes_1; }
  3589. inline void set_nodes_1(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE value)
  3590. {
  3591. ___nodes_1 = value;
  3592. Il2CppCodeGenWriteBarrier((void**)&(((&___nodes_1))->___field_0), (void*)NULL);
  3593. }
  3594. };
  3595. // System.Xml.XmlNodeType
  3596. struct XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81
  3597. {
  3598. public:
  3599. // System.Int32 System.Xml.XmlNodeType::value__
  3600. int32_t ___value___2;
  3601. public:
  3602. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81, ___value___2)); }
  3603. inline int32_t get_value___2() const { return ___value___2; }
  3604. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3605. inline void set_value___2(int32_t value)
  3606. {
  3607. ___value___2 = value;
  3608. }
  3609. };
  3610. // Newtonsoft.Json.Bson.BsonReader/BsonReaderState
  3611. struct BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868
  3612. {
  3613. public:
  3614. // System.Int32 Newtonsoft.Json.Bson.BsonReader/BsonReaderState::value__
  3615. int32_t ___value___2;
  3616. public:
  3617. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868, ___value___2)); }
  3618. inline int32_t get_value___2() const { return ___value___2; }
  3619. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3620. inline void set_value___2(int32_t value)
  3621. {
  3622. ___value___2 = value;
  3623. }
  3624. };
  3625. // Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult
  3626. struct ConvertResult_t79C916D758514DBFBC29B08E746216D8A19C222D
  3627. {
  3628. public:
  3629. // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult::value__
  3630. int32_t ___value___2;
  3631. public:
  3632. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConvertResult_t79C916D758514DBFBC29B08E746216D8A19C222D, ___value___2)); }
  3633. inline int32_t get_value___2() const { return ___value___2; }
  3634. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3635. inline void set_value___2(int32_t value)
  3636. {
  3637. ___value___2 = value;
  3638. }
  3639. };
  3640. // Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58
  3641. struct U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 : public RuntimeObject
  3642. {
  3643. public:
  3644. // System.Int32 Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::<>1__state
  3645. int32_t ___U3CU3E1__state_0;
  3646. // System.Collections.Generic.KeyValuePair`2<System.String,Newtonsoft.Json.Linq.JToken> Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::<>2__current
  3647. KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 ___U3CU3E2__current_1;
  3648. // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::<>4__this
  3649. JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * ___U3CU3E4__this_2;
  3650. // System.Collections.Generic.IEnumerator`1<Newtonsoft.Json.Linq.JToken> Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::<>7__wrap1
  3651. RuntimeObject* ___U3CU3E7__wrap1_3;
  3652. public:
  3653. inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E1__state_0)); }
  3654. inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
  3655. inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
  3656. inline void set_U3CU3E1__state_0(int32_t value)
  3657. {
  3658. ___U3CU3E1__state_0 = value;
  3659. }
  3660. inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E2__current_1)); }
  3661. inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
  3662. inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
  3663. inline void set_U3CU3E2__current_1(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 value)
  3664. {
  3665. ___U3CU3E2__current_1 = value;
  3666. Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___key_0), (void*)NULL);
  3667. #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
  3668. Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___value_1), (void*)NULL);
  3669. #endif
  3670. }
  3671. inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E4__this_2)); }
  3672. inline JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
  3673. inline JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
  3674. inline void set_U3CU3E4__this_2(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * value)
  3675. {
  3676. ___U3CU3E4__this_2 = value;
  3677. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
  3678. }
  3679. inline static int32_t get_offset_of_U3CU3E7__wrap1_3() { return static_cast<int32_t>(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E7__wrap1_3)); }
  3680. inline RuntimeObject* get_U3CU3E7__wrap1_3() const { return ___U3CU3E7__wrap1_3; }
  3681. inline RuntimeObject** get_address_of_U3CU3E7__wrap1_3() { return &___U3CU3E7__wrap1_3; }
  3682. inline void set_U3CU3E7__wrap1_3(RuntimeObject* value)
  3683. {
  3684. ___U3CU3E7__wrap1_3 = value;
  3685. Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_3), (void*)value);
  3686. }
  3687. };
  3688. // Newtonsoft.Json.JsonReader/State
  3689. struct State_t081926601A2157B931EAACBCBFD6DDF2E2815D12
  3690. {
  3691. public:
  3692. // System.Int32 Newtonsoft.Json.JsonReader/State::value__
  3693. int32_t ___value___2;
  3694. public:
  3695. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(State_t081926601A2157B931EAACBCBFD6DDF2E2815D12, ___value___2)); }
  3696. inline int32_t get_value___2() const { return ___value___2; }
  3697. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3698. inline void set_value___2(int32_t value)
  3699. {
  3700. ___value___2 = value;
  3701. }
  3702. };
  3703. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence
  3704. struct PropertyPresence_t3E274ABAEAD5F33C6A5E128005070D38B46478F4
  3705. {
  3706. public:
  3707. // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence::value__
  3708. int32_t ___value___2;
  3709. public:
  3710. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PropertyPresence_t3E274ABAEAD5F33C6A5E128005070D38B46478F4, ___value___2)); }
  3711. inline int32_t get_value___2() const { return ___value___2; }
  3712. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3713. inline void set_value___2(int32_t value)
  3714. {
  3715. ___value___2 = value;
  3716. }
  3717. };
  3718. // Newtonsoft.Json.JsonWriter/State
  3719. struct State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E
  3720. {
  3721. public:
  3722. // System.Int32 Newtonsoft.Json.JsonWriter/State::value__
  3723. int32_t ___value___2;
  3724. public:
  3725. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E, ___value___2)); }
  3726. inline int32_t get_value___2() const { return ___value___2; }
  3727. inline int32_t* get_address_of_value___2() { return &___value___2; }
  3728. inline void set_value___2(int32_t value)
  3729. {
  3730. ___value___2 = value;
  3731. }
  3732. };
  3733. // System.Nullable`1<Newtonsoft.Json.DefaultValueHandling>
  3734. struct Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E
  3735. {
  3736. public:
  3737. // T System.Nullable`1::value
  3738. int32_t ___value_0;
  3739. // System.Boolean System.Nullable`1::has_value
  3740. bool ___has_value_1;
  3741. public:
  3742. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E, ___value_0)); }
  3743. inline int32_t get_value_0() const { return ___value_0; }
  3744. inline int32_t* get_address_of_value_0() { return &___value_0; }
  3745. inline void set_value_0(int32_t value)
  3746. {
  3747. ___value_0 = value;
  3748. }
  3749. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E, ___has_value_1)); }
  3750. inline bool get_has_value_1() const { return ___has_value_1; }
  3751. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  3752. inline void set_has_value_1(bool value)
  3753. {
  3754. ___has_value_1 = value;
  3755. }
  3756. };
  3757. // System.Nullable`1<Newtonsoft.Json.NullValueHandling>
  3758. struct Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF
  3759. {
  3760. public:
  3761. // T System.Nullable`1::value
  3762. int32_t ___value_0;
  3763. // System.Boolean System.Nullable`1::has_value
  3764. bool ___has_value_1;
  3765. public:
  3766. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF, ___value_0)); }
  3767. inline int32_t get_value_0() const { return ___value_0; }
  3768. inline int32_t* get_address_of_value_0() { return &___value_0; }
  3769. inline void set_value_0(int32_t value)
  3770. {
  3771. ___value_0 = value;
  3772. }
  3773. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF, ___has_value_1)); }
  3774. inline bool get_has_value_1() const { return ___has_value_1; }
  3775. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  3776. inline void set_has_value_1(bool value)
  3777. {
  3778. ___has_value_1 = value;
  3779. }
  3780. };
  3781. // System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling>
  3782. struct Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454
  3783. {
  3784. public:
  3785. // T System.Nullable`1::value
  3786. int32_t ___value_0;
  3787. // System.Boolean System.Nullable`1::has_value
  3788. bool ___has_value_1;
  3789. public:
  3790. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454, ___value_0)); }
  3791. inline int32_t get_value_0() const { return ___value_0; }
  3792. inline int32_t* get_address_of_value_0() { return &___value_0; }
  3793. inline void set_value_0(int32_t value)
  3794. {
  3795. ___value_0 = value;
  3796. }
  3797. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454, ___has_value_1)); }
  3798. inline bool get_has_value_1() const { return ___has_value_1; }
  3799. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  3800. inline void set_has_value_1(bool value)
  3801. {
  3802. ___has_value_1 = value;
  3803. }
  3804. };
  3805. // System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling>
  3806. struct Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543
  3807. {
  3808. public:
  3809. // T System.Nullable`1::value
  3810. int32_t ___value_0;
  3811. // System.Boolean System.Nullable`1::has_value
  3812. bool ___has_value_1;
  3813. public:
  3814. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543, ___value_0)); }
  3815. inline int32_t get_value_0() const { return ___value_0; }
  3816. inline int32_t* get_address_of_value_0() { return &___value_0; }
  3817. inline void set_value_0(int32_t value)
  3818. {
  3819. ___value_0 = value;
  3820. }
  3821. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543, ___has_value_1)); }
  3822. inline bool get_has_value_1() const { return ___has_value_1; }
  3823. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  3824. inline void set_has_value_1(bool value)
  3825. {
  3826. ___has_value_1 = value;
  3827. }
  3828. };
  3829. // System.Nullable`1<Newtonsoft.Json.Required>
  3830. struct Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A
  3831. {
  3832. public:
  3833. // T System.Nullable`1::value
  3834. int32_t ___value_0;
  3835. // System.Boolean System.Nullable`1::has_value
  3836. bool ___has_value_1;
  3837. public:
  3838. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A, ___value_0)); }
  3839. inline int32_t get_value_0() const { return ___value_0; }
  3840. inline int32_t* get_address_of_value_0() { return &___value_0; }
  3841. inline void set_value_0(int32_t value)
  3842. {
  3843. ___value_0 = value;
  3844. }
  3845. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A, ___has_value_1)); }
  3846. inline bool get_has_value_1() const { return ___has_value_1; }
  3847. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  3848. inline void set_has_value_1(bool value)
  3849. {
  3850. ___has_value_1 = value;
  3851. }
  3852. };
  3853. // System.Nullable`1<Newtonsoft.Json.TypeNameHandling>
  3854. struct Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4
  3855. {
  3856. public:
  3857. // T System.Nullable`1::value
  3858. int32_t ___value_0;
  3859. // System.Boolean System.Nullable`1::has_value
  3860. bool ___has_value_1;
  3861. public:
  3862. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4, ___value_0)); }
  3863. inline int32_t get_value_0() const { return ___value_0; }
  3864. inline int32_t* get_address_of_value_0() { return &___value_0; }
  3865. inline void set_value_0(int32_t value)
  3866. {
  3867. ___value_0 = value;
  3868. }
  3869. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4, ___has_value_1)); }
  3870. inline bool get_has_value_1() const { return ___has_value_1; }
  3871. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  3872. inline void set_has_value_1(bool value)
  3873. {
  3874. ___has_value_1 = value;
  3875. }
  3876. };
  3877. // System.Nullable`1<Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence>
  3878. struct Nullable_1_tBC1EDFF7DCEECB2AD70C78FB447228E76720C513
  3879. {
  3880. public:
  3881. // T System.Nullable`1::value
  3882. int32_t ___value_0;
  3883. // System.Boolean System.Nullable`1::has_value
  3884. bool ___has_value_1;
  3885. public:
  3886. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBC1EDFF7DCEECB2AD70C78FB447228E76720C513, ___value_0)); }
  3887. inline int32_t get_value_0() const { return ___value_0; }
  3888. inline int32_t* get_address_of_value_0() { return &___value_0; }
  3889. inline void set_value_0(int32_t value)
  3890. {
  3891. ___value_0 = value;
  3892. }
  3893. inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBC1EDFF7DCEECB2AD70C78FB447228E76720C513, ___has_value_1)); }
  3894. inline bool get_has_value_1() const { return ___has_value_1; }
  3895. inline bool* get_address_of_has_value_1() { return &___has_value_1; }
  3896. inline void set_has_value_1(bool value)
  3897. {
  3898. ___has_value_1 = value;
  3899. }
  3900. };
  3901. // Newtonsoft.Json.JsonException
  3902. struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 : public Exception_t
  3903. {
  3904. public:
  3905. public:
  3906. };
  3907. // System.MulticastDelegate
  3908. struct MulticastDelegate_t : public Delegate_t
  3909. {
  3910. public:
  3911. // System.Delegate[] System.MulticastDelegate::delegates
  3912. DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11;
  3913. public:
  3914. inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
  3915. inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; }
  3916. inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; }
  3917. inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value)
  3918. {
  3919. ___delegates_11 = value;
  3920. Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
  3921. }
  3922. };
  3923. // Native definition for P/Invoke marshalling of System.MulticastDelegate
  3924. struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
  3925. {
  3926. Delegate_t_marshaled_pinvoke** ___delegates_11;
  3927. };
  3928. // Native definition for COM marshalling of System.MulticastDelegate
  3929. struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
  3930. {
  3931. Delegate_t_marshaled_com** ___delegates_11;
  3932. };
  3933. // System.Reflection.ParameterInfo
  3934. struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject
  3935. {
  3936. public:
  3937. // System.Type System.Reflection.ParameterInfo::ClassImpl
  3938. Type_t * ___ClassImpl_0;
  3939. // System.Object System.Reflection.ParameterInfo::DefaultValueImpl
  3940. RuntimeObject * ___DefaultValueImpl_1;
  3941. // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
  3942. MemberInfo_t * ___MemberImpl_2;
  3943. // System.String System.Reflection.ParameterInfo::NameImpl
  3944. String_t* ___NameImpl_3;
  3945. // System.Int32 System.Reflection.ParameterInfo::PositionImpl
  3946. int32_t ___PositionImpl_4;
  3947. // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
  3948. int32_t ___AttrsImpl_5;
  3949. // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs
  3950. MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6;
  3951. public:
  3952. inline static int32_t get_offset_of_ClassImpl_0() { return static_cast<int32_t>(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); }
  3953. inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; }
  3954. inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; }
  3955. inline void set_ClassImpl_0(Type_t * value)
  3956. {
  3957. ___ClassImpl_0 = value;
  3958. Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value);
  3959. }
  3960. inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast<int32_t>(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); }
  3961. inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; }
  3962. inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; }
  3963. inline void set_DefaultValueImpl_1(RuntimeObject * value)
  3964. {
  3965. ___DefaultValueImpl_1 = value;
  3966. Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value);
  3967. }
  3968. inline static int32_t get_offset_of_MemberImpl_2() { return static_cast<int32_t>(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); }
  3969. inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; }
  3970. inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; }
  3971. inline void set_MemberImpl_2(MemberInfo_t * value)
  3972. {
  3973. ___MemberImpl_2 = value;
  3974. Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value);
  3975. }
  3976. inline static int32_t get_offset_of_NameImpl_3() { return static_cast<int32_t>(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); }
  3977. inline String_t* get_NameImpl_3() const { return ___NameImpl_3; }
  3978. inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; }
  3979. inline void set_NameImpl_3(String_t* value)
  3980. {
  3981. ___NameImpl_3 = value;
  3982. Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value);
  3983. }
  3984. inline static int32_t get_offset_of_PositionImpl_4() { return static_cast<int32_t>(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); }
  3985. inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; }
  3986. inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; }
  3987. inline void set_PositionImpl_4(int32_t value)
  3988. {
  3989. ___PositionImpl_4 = value;
  3990. }
  3991. inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast<int32_t>(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); }
  3992. inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; }
  3993. inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; }
  3994. inline void set_AttrsImpl_5(int32_t value)
  3995. {
  3996. ___AttrsImpl_5 = value;
  3997. }
  3998. inline static int32_t get_offset_of_marshalAs_6() { return static_cast<int32_t>(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); }
  3999. inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; }
  4000. inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; }
  4001. inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value)
  4002. {
  4003. ___marshalAs_6 = value;
  4004. Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value);
  4005. }
  4006. };
  4007. // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
  4008. struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke
  4009. {
  4010. Type_t * ___ClassImpl_0;
  4011. Il2CppIUnknown* ___DefaultValueImpl_1;
  4012. MemberInfo_t * ___MemberImpl_2;
  4013. char* ___NameImpl_3;
  4014. int32_t ___PositionImpl_4;
  4015. int32_t ___AttrsImpl_5;
  4016. MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6;
  4017. };
  4018. // Native definition for COM marshalling of System.Reflection.ParameterInfo
  4019. struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com
  4020. {
  4021. Type_t * ___ClassImpl_0;
  4022. Il2CppIUnknown* ___DefaultValueImpl_1;
  4023. MemberInfo_t * ___MemberImpl_2;
  4024. Il2CppChar* ___NameImpl_3;
  4025. int32_t ___PositionImpl_4;
  4026. int32_t ___AttrsImpl_5;
  4027. MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6;
  4028. };
  4029. // System.Runtime.Serialization.StreamingContext
  4030. struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505
  4031. {
  4032. public:
  4033. // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
  4034. RuntimeObject * ___m_additionalContext_0;
  4035. // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
  4036. int32_t ___m_state_1;
  4037. public:
  4038. inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); }
  4039. inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
  4040. inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
  4041. inline void set_m_additionalContext_0(RuntimeObject * value)
  4042. {
  4043. ___m_additionalContext_0 = value;
  4044. Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
  4045. }
  4046. inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); }
  4047. inline int32_t get_m_state_1() const { return ___m_state_1; }
  4048. inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
  4049. inline void set_m_state_1(int32_t value)
  4050. {
  4051. ___m_state_1 = value;
  4052. }
  4053. };
  4054. // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
  4055. struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke
  4056. {
  4057. Il2CppIUnknown* ___m_additionalContext_0;
  4058. int32_t ___m_state_1;
  4059. };
  4060. // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
  4061. struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com
  4062. {
  4063. Il2CppIUnknown* ___m_additionalContext_0;
  4064. int32_t ___m_state_1;
  4065. };
  4066. // System.SystemException
  4067. struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t
  4068. {
  4069. public:
  4070. public:
  4071. };
  4072. // System.Type
  4073. struct Type_t : public MemberInfo_t
  4074. {
  4075. public:
  4076. // System.RuntimeTypeHandle System.Type::_impl
  4077. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
  4078. public:
  4079. inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
  4080. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
  4081. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
  4082. inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
  4083. {
  4084. ____impl_9 = value;
  4085. }
  4086. };
  4087. struct Type_t_StaticFields
  4088. {
  4089. public:
  4090. // System.Reflection.MemberFilter System.Type::FilterAttribute
  4091. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
  4092. // System.Reflection.MemberFilter System.Type::FilterName
  4093. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
  4094. // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
  4095. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
  4096. // System.Object System.Type::Missing
  4097. RuntimeObject * ___Missing_3;
  4098. // System.Char System.Type::Delimiter
  4099. Il2CppChar ___Delimiter_4;
  4100. // System.Type[] System.Type::EmptyTypes
  4101. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
  4102. // System.Reflection.Binder System.Type::defaultBinder
  4103. Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
  4104. public:
  4105. inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
  4106. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
  4107. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
  4108. inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  4109. {
  4110. ___FilterAttribute_0 = value;
  4111. Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
  4112. }
  4113. inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
  4114. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
  4115. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
  4116. inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  4117. {
  4118. ___FilterName_1 = value;
  4119. Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
  4120. }
  4121. inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
  4122. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
  4123. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
  4124. inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  4125. {
  4126. ___FilterNameIgnoreCase_2 = value;
  4127. Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
  4128. }
  4129. inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
  4130. inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
  4131. inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
  4132. inline void set_Missing_3(RuntimeObject * value)
  4133. {
  4134. ___Missing_3 = value;
  4135. Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
  4136. }
  4137. inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
  4138. inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
  4139. inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
  4140. inline void set_Delimiter_4(Il2CppChar value)
  4141. {
  4142. ___Delimiter_4 = value;
  4143. }
  4144. inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
  4145. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
  4146. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
  4147. inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
  4148. {
  4149. ___EmptyTypes_5 = value;
  4150. Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
  4151. }
  4152. inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
  4153. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
  4154. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
  4155. inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
  4156. {
  4157. ___defaultBinder_6 = value;
  4158. Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
  4159. }
  4160. };
  4161. // System.Xml.XmlAttributeCollection
  4162. struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 : public XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771
  4163. {
  4164. public:
  4165. public:
  4166. };
  4167. // Newtonsoft.Json.Bson.BsonReader/ContainerContext
  4168. struct ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 : public RuntimeObject
  4169. {
  4170. public:
  4171. // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader/ContainerContext::Type
  4172. int8_t ___Type_0;
  4173. // System.Int32 Newtonsoft.Json.Bson.BsonReader/ContainerContext::Length
  4174. int32_t ___Length_1;
  4175. // System.Int32 Newtonsoft.Json.Bson.BsonReader/ContainerContext::Position
  4176. int32_t ___Position_2;
  4177. public:
  4178. inline static int32_t get_offset_of_Type_0() { return static_cast<int32_t>(offsetof(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6, ___Type_0)); }
  4179. inline int8_t get_Type_0() const { return ___Type_0; }
  4180. inline int8_t* get_address_of_Type_0() { return &___Type_0; }
  4181. inline void set_Type_0(int8_t value)
  4182. {
  4183. ___Type_0 = value;
  4184. }
  4185. inline static int32_t get_offset_of_Length_1() { return static_cast<int32_t>(offsetof(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6, ___Length_1)); }
  4186. inline int32_t get_Length_1() const { return ___Length_1; }
  4187. inline int32_t* get_address_of_Length_1() { return &___Length_1; }
  4188. inline void set_Length_1(int32_t value)
  4189. {
  4190. ___Length_1 = value;
  4191. }
  4192. inline static int32_t get_offset_of_Position_2() { return static_cast<int32_t>(offsetof(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6, ___Position_2)); }
  4193. inline int32_t get_Position_2() const { return ___Position_2; }
  4194. inline int32_t* get_address_of_Position_2() { return &___Position_2; }
  4195. inline void set_Position_2(int32_t value)
  4196. {
  4197. ___Position_2 = value;
  4198. }
  4199. };
  4200. // System.Action`2<System.Object,System.Object>
  4201. struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D : public MulticastDelegate_t
  4202. {
  4203. public:
  4204. public:
  4205. };
  4206. // System.Func`1<System.Object>
  4207. struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t
  4208. {
  4209. public:
  4210. public:
  4211. };
  4212. // System.Func`2<System.Object,System.Object>
  4213. struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 : public MulticastDelegate_t
  4214. {
  4215. public:
  4216. public:
  4217. };
  4218. // System.Func`2<System.Object,System.Type>
  4219. struct Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF : public MulticastDelegate_t
  4220. {
  4221. public:
  4222. public:
  4223. };
  4224. // Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object>
  4225. struct MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F : public MulticastDelegate_t
  4226. {
  4227. public:
  4228. public:
  4229. };
  4230. // Newtonsoft.Json.Serialization.ObjectConstructor`1<System.Object>
  4231. struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 : public MulticastDelegate_t
  4232. {
  4233. public:
  4234. public:
  4235. };
  4236. // Newtonsoft.Json.Serialization.JsonProperty
  4237. struct JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 : public RuntimeObject
  4238. {
  4239. public:
  4240. // System.Nullable`1<Newtonsoft.Json.Required> Newtonsoft.Json.Serialization.JsonProperty::_required
  4241. Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ____required_0;
  4242. // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasExplicitDefaultValue
  4243. bool ____hasExplicitDefaultValue_1;
  4244. // System.Object Newtonsoft.Json.Serialization.JsonProperty::_defaultValue
  4245. RuntimeObject * ____defaultValue_2;
  4246. // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasGeneratedDefaultValue
  4247. bool ____hasGeneratedDefaultValue_3;
  4248. // System.String Newtonsoft.Json.Serialization.JsonProperty::_propertyName
  4249. String_t* ____propertyName_4;
  4250. // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_skipPropertyNameEscape
  4251. bool ____skipPropertyNameEscape_5;
  4252. // System.Type Newtonsoft.Json.Serialization.JsonProperty::_propertyType
  4253. Type_t * ____propertyType_6;
  4254. // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonProperty::<PropertyContract>k__BackingField
  4255. JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___U3CPropertyContractU3Ek__BackingField_7;
  4256. // System.Type Newtonsoft.Json.Serialization.JsonProperty::<DeclaringType>k__BackingField
  4257. Type_t * ___U3CDeclaringTypeU3Ek__BackingField_8;
  4258. // System.Nullable`1<System.Int32> Newtonsoft.Json.Serialization.JsonProperty::<Order>k__BackingField
  4259. Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___U3COrderU3Ek__BackingField_9;
  4260. // System.String Newtonsoft.Json.Serialization.JsonProperty::<UnderlyingName>k__BackingField
  4261. String_t* ___U3CUnderlyingNameU3Ek__BackingField_10;
  4262. // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.JsonProperty::<ValueProvider>k__BackingField
  4263. RuntimeObject* ___U3CValueProviderU3Ek__BackingField_11;
  4264. // Newtonsoft.Json.Serialization.IAttributeProvider Newtonsoft.Json.Serialization.JsonProperty::<AttributeProvider>k__BackingField
  4265. RuntimeObject* ___U3CAttributeProviderU3Ek__BackingField_12;
  4266. // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::<Converter>k__BackingField
  4267. JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CConverterU3Ek__BackingField_13;
  4268. // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::<MemberConverter>k__BackingField
  4269. JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CMemberConverterU3Ek__BackingField_14;
  4270. // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::<Ignored>k__BackingField
  4271. bool ___U3CIgnoredU3Ek__BackingField_15;
  4272. // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::<Readable>k__BackingField
  4273. bool ___U3CReadableU3Ek__BackingField_16;
  4274. // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::<Writable>k__BackingField
  4275. bool ___U3CWritableU3Ek__BackingField_17;
  4276. // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::<HasMemberAttribute>k__BackingField
  4277. bool ___U3CHasMemberAttributeU3Ek__BackingField_18;
  4278. // System.Nullable`1<System.Boolean> Newtonsoft.Json.Serialization.JsonProperty::<IsReference>k__BackingField
  4279. Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CIsReferenceU3Ek__BackingField_19;
  4280. // System.Nullable`1<Newtonsoft.Json.NullValueHandling> Newtonsoft.Json.Serialization.JsonProperty::<NullValueHandling>k__BackingField
  4281. Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ___U3CNullValueHandlingU3Ek__BackingField_20;
  4282. // System.Nullable`1<Newtonsoft.Json.DefaultValueHandling> Newtonsoft.Json.Serialization.JsonProperty::<DefaultValueHandling>k__BackingField
  4283. Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ___U3CDefaultValueHandlingU3Ek__BackingField_21;
  4284. // System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling> Newtonsoft.Json.Serialization.JsonProperty::<ReferenceLoopHandling>k__BackingField
  4285. Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CReferenceLoopHandlingU3Ek__BackingField_22;
  4286. // System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling> Newtonsoft.Json.Serialization.JsonProperty::<ObjectCreationHandling>k__BackingField
  4287. Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ___U3CObjectCreationHandlingU3Ek__BackingField_23;
  4288. // System.Nullable`1<Newtonsoft.Json.TypeNameHandling> Newtonsoft.Json.Serialization.JsonProperty::<TypeNameHandling>k__BackingField
  4289. Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CTypeNameHandlingU3Ek__BackingField_24;
  4290. // System.Predicate`1<System.Object> Newtonsoft.Json.Serialization.JsonProperty::<ShouldSerialize>k__BackingField
  4291. Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CShouldSerializeU3Ek__BackingField_25;
  4292. // System.Predicate`1<System.Object> Newtonsoft.Json.Serialization.JsonProperty::<ShouldDeserialize>k__BackingField
  4293. Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CShouldDeserializeU3Ek__BackingField_26;
  4294. // System.Predicate`1<System.Object> Newtonsoft.Json.Serialization.JsonProperty::<GetIsSpecified>k__BackingField
  4295. Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CGetIsSpecifiedU3Ek__BackingField_27;
  4296. // System.Action`2<System.Object,System.Object> Newtonsoft.Json.Serialization.JsonProperty::<SetIsSpecified>k__BackingField
  4297. Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___U3CSetIsSpecifiedU3Ek__BackingField_28;
  4298. // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::<ItemConverter>k__BackingField
  4299. JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CItemConverterU3Ek__BackingField_29;
  4300. // System.Nullable`1<System.Boolean> Newtonsoft.Json.Serialization.JsonProperty::<ItemIsReference>k__BackingField
  4301. Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CItemIsReferenceU3Ek__BackingField_30;
  4302. // System.Nullable`1<Newtonsoft.Json.TypeNameHandling> Newtonsoft.Json.Serialization.JsonProperty::<ItemTypeNameHandling>k__BackingField
  4303. Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CItemTypeNameHandlingU3Ek__BackingField_31;
  4304. // System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling> Newtonsoft.Json.Serialization.JsonProperty::<ItemReferenceLoopHandling>k__BackingField
  4305. Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32;
  4306. public:
  4307. inline static int32_t get_offset_of__required_0() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____required_0)); }
  4308. inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get__required_0() const { return ____required_0; }
  4309. inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of__required_0() { return &____required_0; }
  4310. inline void set__required_0(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value)
  4311. {
  4312. ____required_0 = value;
  4313. }
  4314. inline static int32_t get_offset_of__hasExplicitDefaultValue_1() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____hasExplicitDefaultValue_1)); }
  4315. inline bool get__hasExplicitDefaultValue_1() const { return ____hasExplicitDefaultValue_1; }
  4316. inline bool* get_address_of__hasExplicitDefaultValue_1() { return &____hasExplicitDefaultValue_1; }
  4317. inline void set__hasExplicitDefaultValue_1(bool value)
  4318. {
  4319. ____hasExplicitDefaultValue_1 = value;
  4320. }
  4321. inline static int32_t get_offset_of__defaultValue_2() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____defaultValue_2)); }
  4322. inline RuntimeObject * get__defaultValue_2() const { return ____defaultValue_2; }
  4323. inline RuntimeObject ** get_address_of__defaultValue_2() { return &____defaultValue_2; }
  4324. inline void set__defaultValue_2(RuntimeObject * value)
  4325. {
  4326. ____defaultValue_2 = value;
  4327. Il2CppCodeGenWriteBarrier((void**)(&____defaultValue_2), (void*)value);
  4328. }
  4329. inline static int32_t get_offset_of__hasGeneratedDefaultValue_3() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____hasGeneratedDefaultValue_3)); }
  4330. inline bool get__hasGeneratedDefaultValue_3() const { return ____hasGeneratedDefaultValue_3; }
  4331. inline bool* get_address_of__hasGeneratedDefaultValue_3() { return &____hasGeneratedDefaultValue_3; }
  4332. inline void set__hasGeneratedDefaultValue_3(bool value)
  4333. {
  4334. ____hasGeneratedDefaultValue_3 = value;
  4335. }
  4336. inline static int32_t get_offset_of__propertyName_4() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____propertyName_4)); }
  4337. inline String_t* get__propertyName_4() const { return ____propertyName_4; }
  4338. inline String_t** get_address_of__propertyName_4() { return &____propertyName_4; }
  4339. inline void set__propertyName_4(String_t* value)
  4340. {
  4341. ____propertyName_4 = value;
  4342. Il2CppCodeGenWriteBarrier((void**)(&____propertyName_4), (void*)value);
  4343. }
  4344. inline static int32_t get_offset_of__skipPropertyNameEscape_5() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____skipPropertyNameEscape_5)); }
  4345. inline bool get__skipPropertyNameEscape_5() const { return ____skipPropertyNameEscape_5; }
  4346. inline bool* get_address_of__skipPropertyNameEscape_5() { return &____skipPropertyNameEscape_5; }
  4347. inline void set__skipPropertyNameEscape_5(bool value)
  4348. {
  4349. ____skipPropertyNameEscape_5 = value;
  4350. }
  4351. inline static int32_t get_offset_of__propertyType_6() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____propertyType_6)); }
  4352. inline Type_t * get__propertyType_6() const { return ____propertyType_6; }
  4353. inline Type_t ** get_address_of__propertyType_6() { return &____propertyType_6; }
  4354. inline void set__propertyType_6(Type_t * value)
  4355. {
  4356. ____propertyType_6 = value;
  4357. Il2CppCodeGenWriteBarrier((void**)(&____propertyType_6), (void*)value);
  4358. }
  4359. inline static int32_t get_offset_of_U3CPropertyContractU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CPropertyContractU3Ek__BackingField_7)); }
  4360. inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get_U3CPropertyContractU3Ek__BackingField_7() const { return ___U3CPropertyContractU3Ek__BackingField_7; }
  4361. inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of_U3CPropertyContractU3Ek__BackingField_7() { return &___U3CPropertyContractU3Ek__BackingField_7; }
  4362. inline void set_U3CPropertyContractU3Ek__BackingField_7(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value)
  4363. {
  4364. ___U3CPropertyContractU3Ek__BackingField_7 = value;
  4365. Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertyContractU3Ek__BackingField_7), (void*)value);
  4366. }
  4367. inline static int32_t get_offset_of_U3CDeclaringTypeU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CDeclaringTypeU3Ek__BackingField_8)); }
  4368. inline Type_t * get_U3CDeclaringTypeU3Ek__BackingField_8() const { return ___U3CDeclaringTypeU3Ek__BackingField_8; }
  4369. inline Type_t ** get_address_of_U3CDeclaringTypeU3Ek__BackingField_8() { return &___U3CDeclaringTypeU3Ek__BackingField_8; }
  4370. inline void set_U3CDeclaringTypeU3Ek__BackingField_8(Type_t * value)
  4371. {
  4372. ___U3CDeclaringTypeU3Ek__BackingField_8 = value;
  4373. Il2CppCodeGenWriteBarrier((void**)(&___U3CDeclaringTypeU3Ek__BackingField_8), (void*)value);
  4374. }
  4375. inline static int32_t get_offset_of_U3COrderU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3COrderU3Ek__BackingField_9)); }
  4376. inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_U3COrderU3Ek__BackingField_9() const { return ___U3COrderU3Ek__BackingField_9; }
  4377. inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_U3COrderU3Ek__BackingField_9() { return &___U3COrderU3Ek__BackingField_9; }
  4378. inline void set_U3COrderU3Ek__BackingField_9(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value)
  4379. {
  4380. ___U3COrderU3Ek__BackingField_9 = value;
  4381. }
  4382. inline static int32_t get_offset_of_U3CUnderlyingNameU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CUnderlyingNameU3Ek__BackingField_10)); }
  4383. inline String_t* get_U3CUnderlyingNameU3Ek__BackingField_10() const { return ___U3CUnderlyingNameU3Ek__BackingField_10; }
  4384. inline String_t** get_address_of_U3CUnderlyingNameU3Ek__BackingField_10() { return &___U3CUnderlyingNameU3Ek__BackingField_10; }
  4385. inline void set_U3CUnderlyingNameU3Ek__BackingField_10(String_t* value)
  4386. {
  4387. ___U3CUnderlyingNameU3Ek__BackingField_10 = value;
  4388. Il2CppCodeGenWriteBarrier((void**)(&___U3CUnderlyingNameU3Ek__BackingField_10), (void*)value);
  4389. }
  4390. inline static int32_t get_offset_of_U3CValueProviderU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CValueProviderU3Ek__BackingField_11)); }
  4391. inline RuntimeObject* get_U3CValueProviderU3Ek__BackingField_11() const { return ___U3CValueProviderU3Ek__BackingField_11; }
  4392. inline RuntimeObject** get_address_of_U3CValueProviderU3Ek__BackingField_11() { return &___U3CValueProviderU3Ek__BackingField_11; }
  4393. inline void set_U3CValueProviderU3Ek__BackingField_11(RuntimeObject* value)
  4394. {
  4395. ___U3CValueProviderU3Ek__BackingField_11 = value;
  4396. Il2CppCodeGenWriteBarrier((void**)(&___U3CValueProviderU3Ek__BackingField_11), (void*)value);
  4397. }
  4398. inline static int32_t get_offset_of_U3CAttributeProviderU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CAttributeProviderU3Ek__BackingField_12)); }
  4399. inline RuntimeObject* get_U3CAttributeProviderU3Ek__BackingField_12() const { return ___U3CAttributeProviderU3Ek__BackingField_12; }
  4400. inline RuntimeObject** get_address_of_U3CAttributeProviderU3Ek__BackingField_12() { return &___U3CAttributeProviderU3Ek__BackingField_12; }
  4401. inline void set_U3CAttributeProviderU3Ek__BackingField_12(RuntimeObject* value)
  4402. {
  4403. ___U3CAttributeProviderU3Ek__BackingField_12 = value;
  4404. Il2CppCodeGenWriteBarrier((void**)(&___U3CAttributeProviderU3Ek__BackingField_12), (void*)value);
  4405. }
  4406. inline static int32_t get_offset_of_U3CConverterU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CConverterU3Ek__BackingField_13)); }
  4407. inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CConverterU3Ek__BackingField_13() const { return ___U3CConverterU3Ek__BackingField_13; }
  4408. inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CConverterU3Ek__BackingField_13() { return &___U3CConverterU3Ek__BackingField_13; }
  4409. inline void set_U3CConverterU3Ek__BackingField_13(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value)
  4410. {
  4411. ___U3CConverterU3Ek__BackingField_13 = value;
  4412. Il2CppCodeGenWriteBarrier((void**)(&___U3CConverterU3Ek__BackingField_13), (void*)value);
  4413. }
  4414. inline static int32_t get_offset_of_U3CMemberConverterU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CMemberConverterU3Ek__BackingField_14)); }
  4415. inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CMemberConverterU3Ek__BackingField_14() const { return ___U3CMemberConverterU3Ek__BackingField_14; }
  4416. inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CMemberConverterU3Ek__BackingField_14() { return &___U3CMemberConverterU3Ek__BackingField_14; }
  4417. inline void set_U3CMemberConverterU3Ek__BackingField_14(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value)
  4418. {
  4419. ___U3CMemberConverterU3Ek__BackingField_14 = value;
  4420. Il2CppCodeGenWriteBarrier((void**)(&___U3CMemberConverterU3Ek__BackingField_14), (void*)value);
  4421. }
  4422. inline static int32_t get_offset_of_U3CIgnoredU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CIgnoredU3Ek__BackingField_15)); }
  4423. inline bool get_U3CIgnoredU3Ek__BackingField_15() const { return ___U3CIgnoredU3Ek__BackingField_15; }
  4424. inline bool* get_address_of_U3CIgnoredU3Ek__BackingField_15() { return &___U3CIgnoredU3Ek__BackingField_15; }
  4425. inline void set_U3CIgnoredU3Ek__BackingField_15(bool value)
  4426. {
  4427. ___U3CIgnoredU3Ek__BackingField_15 = value;
  4428. }
  4429. inline static int32_t get_offset_of_U3CReadableU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CReadableU3Ek__BackingField_16)); }
  4430. inline bool get_U3CReadableU3Ek__BackingField_16() const { return ___U3CReadableU3Ek__BackingField_16; }
  4431. inline bool* get_address_of_U3CReadableU3Ek__BackingField_16() { return &___U3CReadableU3Ek__BackingField_16; }
  4432. inline void set_U3CReadableU3Ek__BackingField_16(bool value)
  4433. {
  4434. ___U3CReadableU3Ek__BackingField_16 = value;
  4435. }
  4436. inline static int32_t get_offset_of_U3CWritableU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CWritableU3Ek__BackingField_17)); }
  4437. inline bool get_U3CWritableU3Ek__BackingField_17() const { return ___U3CWritableU3Ek__BackingField_17; }
  4438. inline bool* get_address_of_U3CWritableU3Ek__BackingField_17() { return &___U3CWritableU3Ek__BackingField_17; }
  4439. inline void set_U3CWritableU3Ek__BackingField_17(bool value)
  4440. {
  4441. ___U3CWritableU3Ek__BackingField_17 = value;
  4442. }
  4443. inline static int32_t get_offset_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CHasMemberAttributeU3Ek__BackingField_18)); }
  4444. inline bool get_U3CHasMemberAttributeU3Ek__BackingField_18() const { return ___U3CHasMemberAttributeU3Ek__BackingField_18; }
  4445. inline bool* get_address_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return &___U3CHasMemberAttributeU3Ek__BackingField_18; }
  4446. inline void set_U3CHasMemberAttributeU3Ek__BackingField_18(bool value)
  4447. {
  4448. ___U3CHasMemberAttributeU3Ek__BackingField_18 = value;
  4449. }
  4450. inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_19() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CIsReferenceU3Ek__BackingField_19)); }
  4451. inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CIsReferenceU3Ek__BackingField_19() const { return ___U3CIsReferenceU3Ek__BackingField_19; }
  4452. inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CIsReferenceU3Ek__BackingField_19() { return &___U3CIsReferenceU3Ek__BackingField_19; }
  4453. inline void set_U3CIsReferenceU3Ek__BackingField_19(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value)
  4454. {
  4455. ___U3CIsReferenceU3Ek__BackingField_19 = value;
  4456. }
  4457. inline static int32_t get_offset_of_U3CNullValueHandlingU3Ek__BackingField_20() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CNullValueHandlingU3Ek__BackingField_20)); }
  4458. inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF get_U3CNullValueHandlingU3Ek__BackingField_20() const { return ___U3CNullValueHandlingU3Ek__BackingField_20; }
  4459. inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * get_address_of_U3CNullValueHandlingU3Ek__BackingField_20() { return &___U3CNullValueHandlingU3Ek__BackingField_20; }
  4460. inline void set_U3CNullValueHandlingU3Ek__BackingField_20(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF value)
  4461. {
  4462. ___U3CNullValueHandlingU3Ek__BackingField_20 = value;
  4463. }
  4464. inline static int32_t get_offset_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CDefaultValueHandlingU3Ek__BackingField_21)); }
  4465. inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E get_U3CDefaultValueHandlingU3Ek__BackingField_21() const { return ___U3CDefaultValueHandlingU3Ek__BackingField_21; }
  4466. inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * get_address_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return &___U3CDefaultValueHandlingU3Ek__BackingField_21; }
  4467. inline void set_U3CDefaultValueHandlingU3Ek__BackingField_21(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E value)
  4468. {
  4469. ___U3CDefaultValueHandlingU3Ek__BackingField_21 = value;
  4470. }
  4471. inline static int32_t get_offset_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CReferenceLoopHandlingU3Ek__BackingField_22)); }
  4472. inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CReferenceLoopHandlingU3Ek__BackingField_22() const { return ___U3CReferenceLoopHandlingU3Ek__BackingField_22; }
  4473. inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return &___U3CReferenceLoopHandlingU3Ek__BackingField_22; }
  4474. inline void set_U3CReferenceLoopHandlingU3Ek__BackingField_22(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value)
  4475. {
  4476. ___U3CReferenceLoopHandlingU3Ek__BackingField_22 = value;
  4477. }
  4478. inline static int32_t get_offset_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CObjectCreationHandlingU3Ek__BackingField_23)); }
  4479. inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 get_U3CObjectCreationHandlingU3Ek__BackingField_23() const { return ___U3CObjectCreationHandlingU3Ek__BackingField_23; }
  4480. inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * get_address_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return &___U3CObjectCreationHandlingU3Ek__BackingField_23; }
  4481. inline void set_U3CObjectCreationHandlingU3Ek__BackingField_23(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 value)
  4482. {
  4483. ___U3CObjectCreationHandlingU3Ek__BackingField_23 = value;
  4484. }
  4485. inline static int32_t get_offset_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CTypeNameHandlingU3Ek__BackingField_24)); }
  4486. inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CTypeNameHandlingU3Ek__BackingField_24() const { return ___U3CTypeNameHandlingU3Ek__BackingField_24; }
  4487. inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return &___U3CTypeNameHandlingU3Ek__BackingField_24; }
  4488. inline void set_U3CTypeNameHandlingU3Ek__BackingField_24(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value)
  4489. {
  4490. ___U3CTypeNameHandlingU3Ek__BackingField_24 = value;
  4491. }
  4492. inline static int32_t get_offset_of_U3CShouldSerializeU3Ek__BackingField_25() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CShouldSerializeU3Ek__BackingField_25)); }
  4493. inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CShouldSerializeU3Ek__BackingField_25() const { return ___U3CShouldSerializeU3Ek__BackingField_25; }
  4494. inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CShouldSerializeU3Ek__BackingField_25() { return &___U3CShouldSerializeU3Ek__BackingField_25; }
  4495. inline void set_U3CShouldSerializeU3Ek__BackingField_25(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value)
  4496. {
  4497. ___U3CShouldSerializeU3Ek__BackingField_25 = value;
  4498. Il2CppCodeGenWriteBarrier((void**)(&___U3CShouldSerializeU3Ek__BackingField_25), (void*)value);
  4499. }
  4500. inline static int32_t get_offset_of_U3CShouldDeserializeU3Ek__BackingField_26() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CShouldDeserializeU3Ek__BackingField_26)); }
  4501. inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CShouldDeserializeU3Ek__BackingField_26() const { return ___U3CShouldDeserializeU3Ek__BackingField_26; }
  4502. inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CShouldDeserializeU3Ek__BackingField_26() { return &___U3CShouldDeserializeU3Ek__BackingField_26; }
  4503. inline void set_U3CShouldDeserializeU3Ek__BackingField_26(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value)
  4504. {
  4505. ___U3CShouldDeserializeU3Ek__BackingField_26 = value;
  4506. Il2CppCodeGenWriteBarrier((void**)(&___U3CShouldDeserializeU3Ek__BackingField_26), (void*)value);
  4507. }
  4508. inline static int32_t get_offset_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CGetIsSpecifiedU3Ek__BackingField_27)); }
  4509. inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CGetIsSpecifiedU3Ek__BackingField_27() const { return ___U3CGetIsSpecifiedU3Ek__BackingField_27; }
  4510. inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return &___U3CGetIsSpecifiedU3Ek__BackingField_27; }
  4511. inline void set_U3CGetIsSpecifiedU3Ek__BackingField_27(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value)
  4512. {
  4513. ___U3CGetIsSpecifiedU3Ek__BackingField_27 = value;
  4514. Il2CppCodeGenWriteBarrier((void**)(&___U3CGetIsSpecifiedU3Ek__BackingField_27), (void*)value);
  4515. }
  4516. inline static int32_t get_offset_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CSetIsSpecifiedU3Ek__BackingField_28)); }
  4517. inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_U3CSetIsSpecifiedU3Ek__BackingField_28() const { return ___U3CSetIsSpecifiedU3Ek__BackingField_28; }
  4518. inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return &___U3CSetIsSpecifiedU3Ek__BackingField_28; }
  4519. inline void set_U3CSetIsSpecifiedU3Ek__BackingField_28(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value)
  4520. {
  4521. ___U3CSetIsSpecifiedU3Ek__BackingField_28 = value;
  4522. Il2CppCodeGenWriteBarrier((void**)(&___U3CSetIsSpecifiedU3Ek__BackingField_28), (void*)value);
  4523. }
  4524. inline static int32_t get_offset_of_U3CItemConverterU3Ek__BackingField_29() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemConverterU3Ek__BackingField_29)); }
  4525. inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CItemConverterU3Ek__BackingField_29() const { return ___U3CItemConverterU3Ek__BackingField_29; }
  4526. inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CItemConverterU3Ek__BackingField_29() { return &___U3CItemConverterU3Ek__BackingField_29; }
  4527. inline void set_U3CItemConverterU3Ek__BackingField_29(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value)
  4528. {
  4529. ___U3CItemConverterU3Ek__BackingField_29 = value;
  4530. Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterU3Ek__BackingField_29), (void*)value);
  4531. }
  4532. inline static int32_t get_offset_of_U3CItemIsReferenceU3Ek__BackingField_30() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemIsReferenceU3Ek__BackingField_30)); }
  4533. inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CItemIsReferenceU3Ek__BackingField_30() const { return ___U3CItemIsReferenceU3Ek__BackingField_30; }
  4534. inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CItemIsReferenceU3Ek__BackingField_30() { return &___U3CItemIsReferenceU3Ek__BackingField_30; }
  4535. inline void set_U3CItemIsReferenceU3Ek__BackingField_30(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value)
  4536. {
  4537. ___U3CItemIsReferenceU3Ek__BackingField_30 = value;
  4538. }
  4539. inline static int32_t get_offset_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemTypeNameHandlingU3Ek__BackingField_31)); }
  4540. inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CItemTypeNameHandlingU3Ek__BackingField_31() const { return ___U3CItemTypeNameHandlingU3Ek__BackingField_31; }
  4541. inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return &___U3CItemTypeNameHandlingU3Ek__BackingField_31; }
  4542. inline void set_U3CItemTypeNameHandlingU3Ek__BackingField_31(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value)
  4543. {
  4544. ___U3CItemTypeNameHandlingU3Ek__BackingField_31 = value;
  4545. }
  4546. inline static int32_t get_offset_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return static_cast<int32_t>(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32)); }
  4547. inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() const { return ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; }
  4548. inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return &___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; }
  4549. inline void set_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value)
  4550. {
  4551. ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32 = value;
  4552. }
  4553. };
  4554. // Newtonsoft.Json.JsonSerializationException
  4555. struct JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 : public JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166
  4556. {
  4557. public:
  4558. public:
  4559. };
  4560. // System.NotSupportedException
  4561. struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62
  4562. {
  4563. public:
  4564. public:
  4565. };
  4566. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext
  4567. struct CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1 : public RuntimeObject
  4568. {
  4569. public:
  4570. // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Name
  4571. String_t* ___Name_0;
  4572. // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Property
  4573. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___Property_1;
  4574. // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::ConstructorProperty
  4575. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___ConstructorProperty_2;
  4576. // System.Nullable`1<Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence> Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Presence
  4577. Nullable_1_tBC1EDFF7DCEECB2AD70C78FB447228E76720C513 ___Presence_3;
  4578. // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Value
  4579. RuntimeObject * ___Value_4;
  4580. // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Used
  4581. bool ___Used_5;
  4582. public:
  4583. inline static int32_t get_offset_of_Name_0() { return static_cast<int32_t>(offsetof(CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1, ___Name_0)); }
  4584. inline String_t* get_Name_0() const { return ___Name_0; }
  4585. inline String_t** get_address_of_Name_0() { return &___Name_0; }
  4586. inline void set_Name_0(String_t* value)
  4587. {
  4588. ___Name_0 = value;
  4589. Il2CppCodeGenWriteBarrier((void**)(&___Name_0), (void*)value);
  4590. }
  4591. inline static int32_t get_offset_of_Property_1() { return static_cast<int32_t>(offsetof(CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1, ___Property_1)); }
  4592. inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * get_Property_1() const { return ___Property_1; }
  4593. inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** get_address_of_Property_1() { return &___Property_1; }
  4594. inline void set_Property_1(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * value)
  4595. {
  4596. ___Property_1 = value;
  4597. Il2CppCodeGenWriteBarrier((void**)(&___Property_1), (void*)value);
  4598. }
  4599. inline static int32_t get_offset_of_ConstructorProperty_2() { return static_cast<int32_t>(offsetof(CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1, ___ConstructorProperty_2)); }
  4600. inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * get_ConstructorProperty_2() const { return ___ConstructorProperty_2; }
  4601. inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** get_address_of_ConstructorProperty_2() { return &___ConstructorProperty_2; }
  4602. inline void set_ConstructorProperty_2(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * value)
  4603. {
  4604. ___ConstructorProperty_2 = value;
  4605. Il2CppCodeGenWriteBarrier((void**)(&___ConstructorProperty_2), (void*)value);
  4606. }
  4607. inline static int32_t get_offset_of_Presence_3() { return static_cast<int32_t>(offsetof(CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1, ___Presence_3)); }
  4608. inline Nullable_1_tBC1EDFF7DCEECB2AD70C78FB447228E76720C513 get_Presence_3() const { return ___Presence_3; }
  4609. inline Nullable_1_tBC1EDFF7DCEECB2AD70C78FB447228E76720C513 * get_address_of_Presence_3() { return &___Presence_3; }
  4610. inline void set_Presence_3(Nullable_1_tBC1EDFF7DCEECB2AD70C78FB447228E76720C513 value)
  4611. {
  4612. ___Presence_3 = value;
  4613. }
  4614. inline static int32_t get_offset_of_Value_4() { return static_cast<int32_t>(offsetof(CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1, ___Value_4)); }
  4615. inline RuntimeObject * get_Value_4() const { return ___Value_4; }
  4616. inline RuntimeObject ** get_address_of_Value_4() { return &___Value_4; }
  4617. inline void set_Value_4(RuntimeObject * value)
  4618. {
  4619. ___Value_4 = value;
  4620. Il2CppCodeGenWriteBarrier((void**)(&___Value_4), (void*)value);
  4621. }
  4622. inline static int32_t get_offset_of_Used_5() { return static_cast<int32_t>(offsetof(CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1, ___Used_5)); }
  4623. inline bool get_Used_5() const { return ___Used_5; }
  4624. inline bool* get_address_of_Used_5() { return &___Used_5; }
  4625. inline void set_Used_5(bool value)
  4626. {
  4627. ___Used_5 = value;
  4628. }
  4629. };
  4630. #ifdef __clang__
  4631. #pragma clang diagnostic pop
  4632. #endif
  4633. // System.Object[]
  4634. struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray
  4635. {
  4636. public:
  4637. ALIGN_FIELD (8) RuntimeObject * m_Items[1];
  4638. public:
  4639. inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
  4640. {
  4641. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4642. return m_Items[index];
  4643. }
  4644. inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
  4645. {
  4646. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4647. return m_Items + index;
  4648. }
  4649. inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
  4650. {
  4651. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4652. m_Items[index] = value;
  4653. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4654. }
  4655. inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
  4656. {
  4657. return m_Items[index];
  4658. }
  4659. inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
  4660. {
  4661. return m_Items + index;
  4662. }
  4663. inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
  4664. {
  4665. m_Items[index] = value;
  4666. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4667. }
  4668. };
  4669. // System.Reflection.PropertyInfo[]
  4670. struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A : public RuntimeArray
  4671. {
  4672. public:
  4673. ALIGN_FIELD (8) PropertyInfo_t * m_Items[1];
  4674. public:
  4675. inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const
  4676. {
  4677. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4678. return m_Items[index];
  4679. }
  4680. inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index)
  4681. {
  4682. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4683. return m_Items + index;
  4684. }
  4685. inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value)
  4686. {
  4687. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4688. m_Items[index] = value;
  4689. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4690. }
  4691. inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
  4692. {
  4693. return m_Items[index];
  4694. }
  4695. inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
  4696. {
  4697. return m_Items + index;
  4698. }
  4699. inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value)
  4700. {
  4701. m_Items[index] = value;
  4702. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4703. }
  4704. };
  4705. // System.Reflection.FieldInfo[]
  4706. struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E : public RuntimeArray
  4707. {
  4708. public:
  4709. ALIGN_FIELD (8) FieldInfo_t * m_Items[1];
  4710. public:
  4711. inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const
  4712. {
  4713. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4714. return m_Items[index];
  4715. }
  4716. inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index)
  4717. {
  4718. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4719. return m_Items + index;
  4720. }
  4721. inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value)
  4722. {
  4723. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4724. m_Items[index] = value;
  4725. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4726. }
  4727. inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
  4728. {
  4729. return m_Items[index];
  4730. }
  4731. inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
  4732. {
  4733. return m_Items + index;
  4734. }
  4735. inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value)
  4736. {
  4737. m_Items[index] = value;
  4738. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4739. }
  4740. };
  4741. // System.Type[]
  4742. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray
  4743. {
  4744. public:
  4745. ALIGN_FIELD (8) Type_t * m_Items[1];
  4746. public:
  4747. inline Type_t * GetAt(il2cpp_array_size_t index) const
  4748. {
  4749. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4750. return m_Items[index];
  4751. }
  4752. inline Type_t ** GetAddressAt(il2cpp_array_size_t index)
  4753. {
  4754. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4755. return m_Items + index;
  4756. }
  4757. inline void SetAt(il2cpp_array_size_t index, Type_t * value)
  4758. {
  4759. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4760. m_Items[index] = value;
  4761. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4762. }
  4763. inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
  4764. {
  4765. return m_Items[index];
  4766. }
  4767. inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
  4768. {
  4769. return m_Items + index;
  4770. }
  4771. inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
  4772. {
  4773. m_Items[index] = value;
  4774. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4775. }
  4776. };
  4777. // Newtonsoft.Json.Linq.JToken[]
  4778. struct JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475 : public RuntimeArray
  4779. {
  4780. public:
  4781. ALIGN_FIELD (8) JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * m_Items[1];
  4782. public:
  4783. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * GetAt(il2cpp_array_size_t index) const
  4784. {
  4785. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4786. return m_Items[index];
  4787. }
  4788. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** GetAddressAt(il2cpp_array_size_t index)
  4789. {
  4790. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4791. return m_Items + index;
  4792. }
  4793. inline void SetAt(il2cpp_array_size_t index, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value)
  4794. {
  4795. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4796. m_Items[index] = value;
  4797. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4798. }
  4799. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * GetAtUnchecked(il2cpp_array_size_t index) const
  4800. {
  4801. return m_Items[index];
  4802. }
  4803. inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
  4804. {
  4805. return m_Items + index;
  4806. }
  4807. inline void SetAtUnchecked(il2cpp_array_size_t index, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value)
  4808. {
  4809. m_Items[index] = value;
  4810. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4811. }
  4812. };
  4813. // System.Reflection.ParameterInfo[]
  4814. struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray
  4815. {
  4816. public:
  4817. ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1];
  4818. public:
  4819. inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const
  4820. {
  4821. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4822. return m_Items[index];
  4823. }
  4824. inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAt(il2cpp_array_size_t index)
  4825. {
  4826. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4827. return m_Items + index;
  4828. }
  4829. inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value)
  4830. {
  4831. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  4832. m_Items[index] = value;
  4833. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4834. }
  4835. inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const
  4836. {
  4837. return m_Items[index];
  4838. }
  4839. inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
  4840. {
  4841. return m_Items + index;
  4842. }
  4843. inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value)
  4844. {
  4845. m_Items[index] = value;
  4846. Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
  4847. }
  4848. };
  4849. // System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
  4850. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method);
  4851. // System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
  4852. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
  4853. // TResult Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object>::Invoke(T,System.Object[])
  4854. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_gshared (MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * __this, RuntimeObject * ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method);
  4855. // System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
  4856. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method);
  4857. // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange<System.Object>(System.Collections.Generic.IList`1<T>,System.Collections.Generic.IEnumerable`1<T>)
  4858. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method);
  4859. // System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
  4860. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method);
  4861. // !0 System.Nullable`1<System.Int32>::GetValueOrDefault()
  4862. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method);
  4863. // !1 System.Func`2<System.Object,System.Object>::Invoke(!0)
  4864. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___arg0, const RuntimeMethod* method);
  4865. // !0 System.Func`1<System.Object>::Invoke()
  4866. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, const RuntimeMethod* method);
  4867. // System.Void System.Action`2<System.Object,System.Object>::Invoke(!0,!1)
  4868. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method);
  4869. // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1<System.Object>::Invoke(System.Object[])
  4870. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_gshared (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method);
  4871. // System.Collections.Generic.IEnumerator`1<!0> System.Collections.ObjectModel.Collection`1<System.Object>::GetEnumerator()
  4872. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_GetEnumerator_m154583737D579820CFA4BB9CD85F7AD878C4F35D_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method);
  4873. // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::.ctor(!0,!1)
  4874. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
  4875. // System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
  4876. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
  4877. // System.Collections.Generic.IEnumerable`1<!!1> System.Linq.Enumerable::Select<System.Object,System.Object>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,!!1>)
  4878. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_mF567DE2F48C3BA25C731A3378A78C455348794EC_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1, const RuntimeMethod* method);
  4879. // !!0[] System.Linq.Enumerable::ToArray<System.Object>(System.Collections.Generic.IEnumerable`1<!!0>)
  4880. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Enumerable_ToArray_TisRuntimeObject_mEB06425105813A21FC826C4144F8456EAE2304DE_gshared (RuntimeObject* ___source0, const RuntimeMethod* method);
  4881. // System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<!!0>)
  4882. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m32B57C948ED1A4E666A55FA3D720DE75886070A7_gshared (RuntimeObject* ___source0, const RuntimeMethod* method);
  4883. // System.Void System.Object::.ctor()
  4884. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method);
  4885. // System.Void System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode>::.ctor(System.Int32)
  4886. inline void List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2 (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, int32_t ___capacity0, const RuntimeMethod* method)
  4887. {
  4888. (( void (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method);
  4889. }
  4890. // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::WrapNode(System.Xml.XmlNode)
  4891. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_WrapNode_m9C8EEDA41584745DDCF730EA4D398B7AAA5F8FCA (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method);
  4892. // System.Void System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode>::Add(!0)
  4893. inline void List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7 (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
  4894. {
  4895. (( void (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method);
  4896. }
  4897. // System.Void Newtonsoft.Json.Converters.XmlElementWrapper::.ctor(System.Xml.XmlElement)
  4898. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementWrapper__ctor_m157ADA9353970E9FAF97F67406CFF891477D8A0C (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___element0, const RuntimeMethod* method);
  4899. // System.Void Newtonsoft.Json.Converters.XmlDeclarationWrapper::.ctor(System.Xml.XmlDeclaration)
  4900. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclarationWrapper__ctor_mF51839B7636CC91F7B4CD908F24712F5913A91B4 (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * __this, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * ___declaration0, const RuntimeMethod* method);
  4901. // System.Void Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::.ctor(System.Xml.XmlDocumentType)
  4902. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentTypeWrapper__ctor_m675661950897A7EF2E7EC820E79E337D2B6A307A (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___documentType0, const RuntimeMethod* method);
  4903. // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::.ctor(System.Xml.XmlNode)
  4904. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method);
  4905. // TResult Newtonsoft.Json.Utilities.MethodCall`2<System.Object,System.Object>::Invoke(T,System.Object[])
  4906. inline RuntimeObject * MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA (MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * __this, RuntimeObject * ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method)
  4907. {
  4908. return (( RuntimeObject * (*) (MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_gshared)(__this, ___target0, ___args1, method);
  4909. }
  4910. // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_InitialType()
  4911. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method);
  4912. // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_TargetType()
  4913. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method);
  4914. // System.Void Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::.ctor(System.Type,System.Type)
  4915. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConvertKey__ctor_mE7D0FEEB17A875CA3F8E0180A6E2F811F076097E (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, Type_t * ___initialType0, Type_t * ___targetType1, const RuntimeMethod* method);
  4916. // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::GetHashCode()
  4917. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeConvertKey_GetHashCode_m53EEF50076A23F2DD2069C13D70FE12480A72EC6 (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method);
  4918. // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::Equals(Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey)
  4919. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConvertKey_Equals_mCFB617A4360BB185698B4EC5B25BEC2BD0876D79 (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___other0, const RuntimeMethod* method);
  4920. // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::Equals(System.Object)
  4921. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConvertKey_Equals_mBEC43674C2C9C1B78030AD4CC1715062E0DD09CC (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
  4922. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::.ctor()
  4923. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2C5546AB35B398F2D78330D6129B7BBCC3203F68 (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, const RuntimeMethod* method);
  4924. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsIndexedProperty(System.Reflection.MemberInfo)
  4925. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsIndexedProperty_m45D58103C9DC9D7A573E63801BBCCF19EFA61BDA (MemberInfo_t * ___member0, const RuntimeMethod* method);
  4926. // System.Void System.Collections.Generic.List`1<System.Reflection.MemberInfo>::.ctor()
  4927. inline void List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334 (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, const RuntimeMethod* method)
  4928. {
  4929. (( void (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method);
  4930. }
  4931. // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange<System.Reflection.MemberInfo>(System.Collections.Generic.IList`1<T>,System.Collections.Generic.IEnumerable`1<T>)
  4932. inline void CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method)
  4933. {
  4934. (( void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared)(___initial0, ___collection1, method);
  4935. }
  4936. // System.Reflection.MemberTypes Newtonsoft.Json.Utilities.TypeExtensions::MemberType(System.Reflection.MemberInfo)
  4937. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A (MemberInfo_t * ___memberInfo0, const RuntimeMethod* method);
  4938. // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
  4939. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method);
  4940. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)
  4941. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_CanReadMemberValue_m924E5AE82FD3A6F3168CC7A977C329F15D7B8B7C (MemberInfo_t * ___member0, bool ___nonPublic1, const RuntimeMethod* method);
  4942. // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
  4943. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method);
  4944. // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::GetClrTypeFullName(System.Type)
  4945. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80 (Type_t * ___type0, const RuntimeMethod* method);
  4946. // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object)
  4947. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
  4948. // System.Void Newtonsoft.Json.JsonException::.ctor(System.String)
  4949. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, String_t* ___message0, const RuntimeMethod* method);
  4950. // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberUnderlyingType(System.Reflection.MemberInfo)
  4951. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA (MemberInfo_t * ___member0, const RuntimeMethod* method);
  4952. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::ImplementsGenericDefinition(System.Type,System.Type,System.Type&)
  4953. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8 (Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method);
  4954. // System.Nullable`1<System.Int32> Newtonsoft.Json.Serialization.JsonProperty::get_Order()
  4955. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonProperty_get_Order_m8DC4EBE07E682CD6208BD1A39A244DE3BAB93D2A_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method);
  4956. // System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
  4957. inline bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method)
  4958. {
  4959. return (( bool (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline)(__this, method);
  4960. }
  4961. // !0 System.Nullable`1<System.Int32>::GetValueOrDefault()
  4962. inline int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method)
  4963. {
  4964. return (( int32_t (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline)(__this, method);
  4965. }
  4966. // !1 System.Func`2<System.Object,System.Object>::Invoke(!0)
  4967. inline RuntimeObject * Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6 (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___arg0, const RuntimeMethod* method)
  4968. {
  4969. return (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_gshared)(__this, ___arg0, method);
  4970. }
  4971. // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object)
  4972. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, const RuntimeMethod* method);
  4973. // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String)
  4974. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, String_t* ___message0, const RuntimeMethod* method);
  4975. // !0 System.Func`1<System.Object>::Invoke()
  4976. inline RuntimeObject * Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701 (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, const RuntimeMethod* method)
  4977. {
  4978. return (( RuntimeObject * (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, const RuntimeMethod*))Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared)(__this, method);
  4979. }
  4980. // System.Void System.Action`2<System.Object,System.Object>::Invoke(!0,!1)
  4981. inline void Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method)
  4982. {
  4983. (( void (*) (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared)(__this, ___arg10, ___arg21, method);
  4984. }
  4985. // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1<System.Object>::Invoke(System.Object[])
  4986. inline RuntimeObject * ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method)
  4987. {
  4988. return (( RuntimeObject * (*) (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_gshared)(__this, ___args0, method);
  4989. }
  4990. // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::.ctor(System.String,System.String)
  4991. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeNameKey__ctor_mD4B4C258C07B7B90E3DF9FF8E544F235DEF91414 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method);
  4992. // System.Int32 Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::GetHashCode()
  4993. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeNameKey_GetHashCode_m39B4CC4974DA019307688EB5C98DF95C979DE6DB (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, const RuntimeMethod* method);
  4994. // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey)
  4995. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_mF640FAB58FACF8E193583786EE162430F96E7037 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___other0, const RuntimeMethod* method);
  4996. // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(System.Object)
  4997. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_mA8F9631B58F24FA621BC3773D773F504CD394476 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
  4998. // System.Boolean System.String::op_Equality(System.String,System.String)
  4999. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
  5000. // System.Void Newtonsoft.Json.Utilities.EnumUtils/<>c::.ctor()
  5001. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m44DED9A94D6B8FEE56E0C7D65018B05371398247 (U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * __this, const RuntimeMethod* method);
  5002. // System.String System.Runtime.Serialization.EnumMemberAttribute::get_Value()
  5003. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMemberAttribute_get_Value_mC26949F87E6A636CF952151DC4F77110050627A3_inline (EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC * __this, const RuntimeMethod* method);
  5004. // System.Boolean System.Reflection.FieldInfo::get_IsLiteral()
  5005. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_mF2657F6BAB384894EB2C861D51093179E3EE77D9 (FieldInfo_t * __this, const RuntimeMethod* method);
  5006. // System.Void Newtonsoft.Json.Linq.Extensions/<>c::.ctor()
  5007. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m891AF27D89FAD73E6AA355C447B81716A36E9662 (U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 * __this, const RuntimeMethod* method);
  5008. // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::.ctor()
  5009. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA41EC449EB8039C963A52956BB235FD09D59CFD2 (U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 * __this, const RuntimeMethod* method);
  5010. // System.Void Newtonsoft.Json.Linq.JObject/<>c::.ctor()
  5011. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m12583814D2DBDF9197EF3849980DBCDC5C608CE3 (U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 * __this, const RuntimeMethod* method);
  5012. // System.Void Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::<>m__Finally1()
  5013. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m55F7EF214234CB5AE172B1391E27AD0C2B53C1CC (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method);
  5014. // System.Collections.Generic.IEnumerator`1<!0> System.Collections.ObjectModel.Collection`1<Newtonsoft.Json.Linq.JToken>::GetEnumerator()
  5015. inline RuntimeObject* Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, const RuntimeMethod* method)
  5016. {
  5017. return (( RuntimeObject* (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, const RuntimeMethod*))Collection_1_GetEnumerator_m154583737D579820CFA4BB9CD85F7AD878C4F35D_gshared)(__this, method);
  5018. }
  5019. // System.String Newtonsoft.Json.Linq.JProperty::get_Name()
  5020. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method);
  5021. // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::get_Value()
  5022. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method);
  5023. // System.Void System.Collections.Generic.KeyValuePair`2<System.String,Newtonsoft.Json.Linq.JToken>::.ctor(!0,!1)
  5024. inline void KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9 (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method)
  5025. {
  5026. (( void (*) (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *, String_t*, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_gshared)(__this, ___key0, ___value1, method);
  5027. }
  5028. // System.Void Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::System.IDisposable.Dispose()
  5029. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_System_IDisposable_Dispose_m86F73AE814F57F2B03CF9B5B80042C9F90C62135 (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method);
  5030. // System.Void System.NotSupportedException::.ctor()
  5031. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method);
  5032. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::.ctor(System.Int32)
  5033. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1__ctor_mC49E159103879D4883943B820EDF7233CFEAD55A (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
  5034. // System.Collections.Generic.IEnumerator`1<Newtonsoft.Json.Linq.JToken> Newtonsoft.Json.Linq.JProperty/JPropertyList::GetEnumerator()
  5035. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JPropertyList_GetEnumerator_m6298870EC6AF369B8C315832F172AF93EC2A6D8E (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method);
  5036. // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[])
  5037. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method);
  5038. // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::GetHashCode(System.Object)
  5039. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_mDA6691034E245B5F619B108F3597725FF7862DA1 (RuntimeObject * ___o0, const RuntimeMethod* method);
  5040. // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::.ctor()
  5041. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m197909213DCD3EA6A9B847D52B274909ADB01C0B (U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * __this, const RuntimeMethod* method);
  5042. // System.String Newtonsoft.Json.Serialization.JsonProperty::get_PropertyName()
  5043. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method);
  5044. // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::.ctor()
  5045. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m33C772708BBE9354F6F02B61BFABCCF96CE85045 (U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * __this, const RuntimeMethod* method);
  5046. // System.Type System.Object::GetType()
  5047. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method);
  5048. // System.Void System.Func`2<System.Object,System.Type>::.ctor(System.Object,System.IntPtr)
  5049. inline void Func_2__ctor_m84B84849EC5A4CBDFA2EAC12D68E99B17D87EAFD (Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
  5050. {
  5051. (( void (*) (Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method);
  5052. }
  5053. // System.Collections.Generic.IEnumerable`1<!!1> System.Linq.Enumerable::Select<System.Object,System.Type>(System.Collections.Generic.IEnumerable`1<!!0>,System.Func`2<!!0,!!1>)
  5054. inline RuntimeObject* Enumerable_Select_TisRuntimeObject_TisType_t_m6C66930D0B04779F666DA976A5E22B4C9AB3A4BC (RuntimeObject* ___source0, Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * ___selector1, const RuntimeMethod* method)
  5055. {
  5056. return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_mF567DE2F48C3BA25C731A3378A78C455348794EC_gshared)(___source0, ___selector1, method);
  5057. }
  5058. // !!0[] System.Linq.Enumerable::ToArray<System.Type>(System.Collections.Generic.IEnumerable`1<!!0>)
  5059. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C (RuntimeObject* ___source0, const RuntimeMethod* method)
  5060. {
  5061. return (( TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mEB06425105813A21FC826C4144F8456EAE2304DE_gshared)(___source0, method);
  5062. }
  5063. // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[])
  5064. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C (Type_t * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types0, const RuntimeMethod* method);
  5065. // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Serialization.JsonTypeReflector::get_ReflectionDelegateFactory()
  5066. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0 (const RuntimeMethod* method);
  5067. // System.Void Newtonsoft.Json.JsonException::.ctor(System.String,System.Exception)
  5068. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
  5069. // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[])
  5070. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906 (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters0, const RuntimeMethod* method);
  5071. // System.Void Newtonsoft.Json.Utilities.ReflectionUtils/<>c::.ctor()
  5072. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mDA33AA8E118D1D8277E3467575C9E5B9AB628E46 (U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * __this, const RuntimeMethod* method);
  5073. // System.Boolean System.Linq.Enumerable::Any<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable`1<!!0>)
  5074. inline bool Enumerable_Any_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_mCA7F2D2ABE8559A4B3FABDAB2EB0A244BB9FF107 (RuntimeObject* ___source0, const RuntimeMethod* method)
  5075. {
  5076. return (( bool (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_m32B57C948ED1A4E666A55FA3D720DE75886070A7_gshared)(___source0, method);
  5077. }
  5078. // System.Boolean System.Reflection.FieldInfo::get_IsPrivate()
  5079. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsPrivate_m33AC8E111CE7497070E6F65F11E68CD536D42072 (FieldInfo_t * __this, const RuntimeMethod* method);
  5080. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsVirtual(System.Reflection.PropertyInfo)
  5081. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9 (PropertyInfo_t * ___propertyInfo0, const RuntimeMethod* method);
  5082. // System.Reflection.MethodInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetBaseDefinition(System.Reflection.PropertyInfo)
  5083. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectionUtils_GetBaseDefinition_m67824E17C1BBD63AB035FB49B76229EC0560677E (PropertyInfo_t * ___propertyInfo0, const RuntimeMethod* method);
  5084. #ifdef __clang__
  5085. #pragma clang diagnostic push
  5086. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5087. #pragma clang diagnostic ignored "-Wunused-variable"
  5088. #endif
  5089. // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::.ctor(System.Xml.XmlNode)
  5090. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method)
  5091. {
  5092. {
  5093. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  5094. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0;
  5095. __this->set__node_0(L_0);
  5096. return;
  5097. }
  5098. }
  5099. // System.Object Newtonsoft.Json.Converters.XmlNodeWrapper::get_WrappedNode()
  5100. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeWrapper_get_WrappedNode_m468BF37D91C283502A22F72F9E3350069CAC6E2F (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5101. {
  5102. {
  5103. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5104. return L_0;
  5105. }
  5106. }
  5107. // System.Xml.XmlNodeType Newtonsoft.Json.Converters.XmlNodeWrapper::get_NodeType()
  5108. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNodeWrapper_get_NodeType_mB544142E2A3BB418F9CE2633DD6633200EE1F9B2 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5109. {
  5110. {
  5111. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5112. NullCheck(L_0);
  5113. int32_t L_1;
  5114. L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0);
  5115. return L_1;
  5116. }
  5117. }
  5118. // System.String Newtonsoft.Json.Converters.XmlNodeWrapper::get_LocalName()
  5119. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeWrapper_get_LocalName_m07335C58A77A9F60FA2FEE2CE7C13C851BA87629 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5120. {
  5121. {
  5122. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5123. NullCheck(L_0);
  5124. String_t* L_1;
  5125. L_1 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_0);
  5126. return L_1;
  5127. }
  5128. }
  5129. // System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode> Newtonsoft.Json.Converters.XmlNodeWrapper::get_ChildNodes()
  5130. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XmlNodeWrapper_get_ChildNodes_m8BEC61F5C677651F0824D2187E9CCAA003036E7E (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5131. {
  5132. static bool s_Il2CppMethodInitialized;
  5133. if (!s_Il2CppMethodInitialized)
  5134. {
  5135. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var);
  5136. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var);
  5137. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var);
  5138. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2_RuntimeMethod_var);
  5139. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var);
  5140. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var);
  5141. s_Il2CppMethodInitialized = true;
  5142. }
  5143. RuntimeObject* V_0 = NULL;
  5144. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL;
  5145. RuntimeObject* V_2 = NULL;
  5146. Exception_t * __last_unhandled_exception = 0;
  5147. il2cpp::utils::ExceptionSupportStack<int32_t, 1> __leave_targets;
  5148. {
  5149. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_0 = __this->get__childNodes_1();
  5150. if (L_0)
  5151. {
  5152. goto IL_006e;
  5153. }
  5154. }
  5155. {
  5156. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get__node_0();
  5157. NullCheck(L_1);
  5158. XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_2;
  5159. L_2 = VirtualFuncInvoker0< XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * >::Invoke(13 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_1);
  5160. NullCheck(L_2);
  5161. int32_t L_3;
  5162. L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_2);
  5163. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_4 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)il2cpp_codegen_object_new(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var);
  5164. List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2(L_4, L_3, /*hidden argument*/List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2_RuntimeMethod_var);
  5165. __this->set__childNodes_1(L_4);
  5166. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = __this->get__node_0();
  5167. NullCheck(L_5);
  5168. XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_6;
  5169. L_6 = VirtualFuncInvoker0< XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * >::Invoke(13 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_5);
  5170. NullCheck(L_6);
  5171. RuntimeObject* L_7;
  5172. L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_6);
  5173. V_0 = L_7;
  5174. }
  5175. IL_0034:
  5176. try
  5177. {// begin try (depth: 1)
  5178. {
  5179. goto IL_0053;
  5180. }
  5181. IL_0036:
  5182. {
  5183. RuntimeObject* L_8 = V_0;
  5184. NullCheck(L_8);
  5185. RuntimeObject * L_9;
  5186. L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8);
  5187. V_1 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_9, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var));
  5188. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_10 = __this->get__childNodes_1();
  5189. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_1;
  5190. RuntimeObject* L_12;
  5191. L_12 = XmlNodeWrapper_WrapNode_m9C8EEDA41584745DDCF730EA4D398B7AAA5F8FCA(L_11, /*hidden argument*/NULL);
  5192. NullCheck(L_10);
  5193. List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7(L_10, L_12, /*hidden argument*/List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var);
  5194. }
  5195. IL_0053:
  5196. {
  5197. RuntimeObject* L_13 = V_0;
  5198. NullCheck(L_13);
  5199. bool L_14;
  5200. L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13);
  5201. if (L_14)
  5202. {
  5203. goto IL_0036;
  5204. }
  5205. }
  5206. IL_005b:
  5207. {
  5208. IL2CPP_LEAVE(0x6E, FINALLY_005d);
  5209. }
  5210. }// end try (depth: 1)
  5211. catch(Il2CppExceptionWrapper& e)
  5212. {
  5213. __last_unhandled_exception = (Exception_t *)e.ex;
  5214. goto FINALLY_005d;
  5215. }
  5216. FINALLY_005d:
  5217. {// begin finally (depth: 1)
  5218. {
  5219. RuntimeObject* L_15 = V_0;
  5220. V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var));
  5221. RuntimeObject* L_16 = V_2;
  5222. if (!L_16)
  5223. {
  5224. goto IL_006d;
  5225. }
  5226. }
  5227. IL_0067:
  5228. {
  5229. RuntimeObject* L_17 = V_2;
  5230. NullCheck(L_17);
  5231. InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17);
  5232. }
  5233. IL_006d:
  5234. {
  5235. IL2CPP_END_FINALLY(93)
  5236. }
  5237. }// end finally (depth: 1)
  5238. IL2CPP_CLEANUP(93)
  5239. {
  5240. IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
  5241. IL2CPP_JUMP_TBL(0x6E, IL_006e)
  5242. }
  5243. IL_006e:
  5244. {
  5245. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_18 = __this->get__childNodes_1();
  5246. return L_18;
  5247. }
  5248. }
  5249. // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::WrapNode(System.Xml.XmlNode)
  5250. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_WrapNode_m9C8EEDA41584745DDCF730EA4D398B7AAA5F8FCA (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method)
  5251. {
  5252. static bool s_Il2CppMethodInitialized;
  5253. if (!s_Il2CppMethodInitialized)
  5254. {
  5255. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D_il2cpp_TypeInfo_var);
  5256. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var);
  5257. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26_il2cpp_TypeInfo_var);
  5258. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var);
  5259. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var);
  5260. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var);
  5261. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var);
  5262. s_Il2CppMethodInitialized = true;
  5263. }
  5264. int32_t V_0 = 0;
  5265. {
  5266. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0;
  5267. NullCheck(L_0);
  5268. int32_t L_1;
  5269. L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0);
  5270. V_0 = L_1;
  5271. int32_t L_2 = V_0;
  5272. if ((((int32_t)L_2) == ((int32_t)1)))
  5273. {
  5274. goto IL_0017;
  5275. }
  5276. }
  5277. {
  5278. int32_t L_3 = V_0;
  5279. if ((((int32_t)L_3) == ((int32_t)((int32_t)10))))
  5280. {
  5281. goto IL_002f;
  5282. }
  5283. }
  5284. {
  5285. int32_t L_4 = V_0;
  5286. if ((((int32_t)L_4) == ((int32_t)((int32_t)17))))
  5287. {
  5288. goto IL_0023;
  5289. }
  5290. }
  5291. {
  5292. goto IL_003b;
  5293. }
  5294. IL_0017:
  5295. {
  5296. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___node0;
  5297. XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * L_6 = (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC *)il2cpp_codegen_object_new(XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var);
  5298. XmlElementWrapper__ctor_m157ADA9353970E9FAF97F67406CFF891477D8A0C(L_6, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_5, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
  5299. return L_6;
  5300. }
  5301. IL_0023:
  5302. {
  5303. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___node0;
  5304. XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * L_8 = (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D *)il2cpp_codegen_object_new(XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D_il2cpp_TypeInfo_var);
  5305. XmlDeclarationWrapper__ctor_mF51839B7636CC91F7B4CD908F24712F5913A91B4(L_8, ((XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *)CastclassClass((RuntimeObject*)L_7, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
  5306. return L_8;
  5307. }
  5308. IL_002f:
  5309. {
  5310. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0;
  5311. XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * L_10 = (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 *)il2cpp_codegen_object_new(XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26_il2cpp_TypeInfo_var);
  5312. XmlDocumentTypeWrapper__ctor_m675661950897A7EF2E7EC820E79E337D2B6A307A(L_10, ((XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *)CastclassClass((RuntimeObject*)L_9, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
  5313. return L_10;
  5314. }
  5315. IL_003b:
  5316. {
  5317. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = ___node0;
  5318. XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_12 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var);
  5319. XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_12, L_11, /*hidden argument*/NULL);
  5320. return L_12;
  5321. }
  5322. }
  5323. // System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode> Newtonsoft.Json.Converters.XmlNodeWrapper::get_Attributes()
  5324. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XmlNodeWrapper_get_Attributes_m1B7F1A6A957384108048432F5D29A737985C2272 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5325. {
  5326. static bool s_Il2CppMethodInitialized;
  5327. if (!s_Il2CppMethodInitialized)
  5328. {
  5329. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var);
  5330. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var);
  5331. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var);
  5332. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2_RuntimeMethod_var);
  5333. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var);
  5334. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var);
  5335. s_Il2CppMethodInitialized = true;
  5336. }
  5337. RuntimeObject* V_0 = NULL;
  5338. XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL;
  5339. RuntimeObject* V_2 = NULL;
  5340. Exception_t * __last_unhandled_exception = 0;
  5341. il2cpp::utils::ExceptionSupportStack<int32_t, 1> __leave_targets;
  5342. {
  5343. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5344. NullCheck(L_0);
  5345. XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1;
  5346. L_1 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0);
  5347. if (L_1)
  5348. {
  5349. goto IL_000f;
  5350. }
  5351. }
  5352. {
  5353. return (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL;
  5354. }
  5355. IL_000f:
  5356. {
  5357. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_2 = __this->get__attributes_2();
  5358. if (L_2)
  5359. {
  5360. goto IL_007d;
  5361. }
  5362. }
  5363. {
  5364. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get__node_0();
  5365. NullCheck(L_3);
  5366. XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_4;
  5367. L_4 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3);
  5368. NullCheck(L_4);
  5369. int32_t L_5;
  5370. L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_4);
  5371. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_6 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)il2cpp_codegen_object_new(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var);
  5372. List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2(L_6, L_5, /*hidden argument*/List_1__ctor_mA8FA6333E24CB3AD6EF75A8F95B106E6BA3528C2_RuntimeMethod_var);
  5373. __this->set__attributes_2(L_6);
  5374. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = __this->get__node_0();
  5375. NullCheck(L_7);
  5376. XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_8;
  5377. L_8 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_7);
  5378. NullCheck(L_8);
  5379. RuntimeObject* L_9;
  5380. L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_8);
  5381. V_0 = L_9;
  5382. }
  5383. IL_0043:
  5384. try
  5385. {// begin try (depth: 1)
  5386. {
  5387. goto IL_0062;
  5388. }
  5389. IL_0045:
  5390. {
  5391. RuntimeObject* L_10 = V_0;
  5392. NullCheck(L_10);
  5393. RuntimeObject * L_11;
  5394. L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10);
  5395. V_1 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_11, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var));
  5396. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_12 = __this->get__attributes_2();
  5397. XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_13 = V_1;
  5398. RuntimeObject* L_14;
  5399. L_14 = XmlNodeWrapper_WrapNode_m9C8EEDA41584745DDCF730EA4D398B7AAA5F8FCA(L_13, /*hidden argument*/NULL);
  5400. NullCheck(L_12);
  5401. List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7(L_12, L_14, /*hidden argument*/List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var);
  5402. }
  5403. IL_0062:
  5404. {
  5405. RuntimeObject* L_15 = V_0;
  5406. NullCheck(L_15);
  5407. bool L_16;
  5408. L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15);
  5409. if (L_16)
  5410. {
  5411. goto IL_0045;
  5412. }
  5413. }
  5414. IL_006a:
  5415. {
  5416. IL2CPP_LEAVE(0x7D, FINALLY_006c);
  5417. }
  5418. }// end try (depth: 1)
  5419. catch(Il2CppExceptionWrapper& e)
  5420. {
  5421. __last_unhandled_exception = (Exception_t *)e.ex;
  5422. goto FINALLY_006c;
  5423. }
  5424. FINALLY_006c:
  5425. {// begin finally (depth: 1)
  5426. {
  5427. RuntimeObject* L_17 = V_0;
  5428. V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var));
  5429. RuntimeObject* L_18 = V_2;
  5430. if (!L_18)
  5431. {
  5432. goto IL_007c;
  5433. }
  5434. }
  5435. IL_0076:
  5436. {
  5437. RuntimeObject* L_19 = V_2;
  5438. NullCheck(L_19);
  5439. InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19);
  5440. }
  5441. IL_007c:
  5442. {
  5443. IL2CPP_END_FINALLY(108)
  5444. }
  5445. }// end finally (depth: 1)
  5446. IL2CPP_CLEANUP(108)
  5447. {
  5448. IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
  5449. IL2CPP_JUMP_TBL(0x7D, IL_007d)
  5450. }
  5451. IL_007d:
  5452. {
  5453. List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_20 = __this->get__attributes_2();
  5454. return L_20;
  5455. }
  5456. }
  5457. // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::get_ParentNode()
  5458. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_get_ParentNode_mA3050973561B78E1A1E351650EA472F9ED9E20E7 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5459. {
  5460. static bool s_Il2CppMethodInitialized;
  5461. if (!s_Il2CppMethodInitialized)
  5462. {
  5463. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var);
  5464. s_Il2CppMethodInitialized = true;
  5465. }
  5466. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL;
  5467. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B3_0 = NULL;
  5468. {
  5469. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5470. if (((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)IsInstClass((RuntimeObject*)L_0, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)))
  5471. {
  5472. goto IL_001a;
  5473. }
  5474. }
  5475. {
  5476. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get__node_0();
  5477. NullCheck(L_1);
  5478. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2;
  5479. L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1);
  5480. G_B3_0 = L_2;
  5481. goto IL_002a;
  5482. }
  5483. IL_001a:
  5484. {
  5485. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get__node_0();
  5486. NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)));
  5487. XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_4;
  5488. L_4 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)));
  5489. G_B3_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)(L_4));
  5490. }
  5491. IL_002a:
  5492. {
  5493. V_0 = G_B3_0;
  5494. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0;
  5495. if (L_5)
  5496. {
  5497. goto IL_0030;
  5498. }
  5499. }
  5500. {
  5501. return (RuntimeObject*)NULL;
  5502. }
  5503. IL_0030:
  5504. {
  5505. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0;
  5506. RuntimeObject* L_7;
  5507. L_7 = XmlNodeWrapper_WrapNode_m9C8EEDA41584745DDCF730EA4D398B7AAA5F8FCA(L_6, /*hidden argument*/NULL);
  5508. return L_7;
  5509. }
  5510. }
  5511. // System.String Newtonsoft.Json.Converters.XmlNodeWrapper::get_Value()
  5512. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeWrapper_get_Value_m3D4DFCAF37EB795F4DCABFAC1218A0F480524906 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5513. {
  5514. {
  5515. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5516. NullCheck(L_0);
  5517. String_t* L_1;
  5518. L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_0);
  5519. return L_1;
  5520. }
  5521. }
  5522. // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::set_Value(System.String)
  5523. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeWrapper_set_Value_mCD70A93D6BB065E22E5B95C595760B1016F50B2B (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, String_t* ___value0, const RuntimeMethod* method)
  5524. {
  5525. {
  5526. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5527. String_t* L_1 = ___value0;
  5528. NullCheck(L_0);
  5529. VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_0, L_1);
  5530. return;
  5531. }
  5532. }
  5533. // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode)
  5534. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_AppendChild_m45B56420F35A5551CAA42C7DFDF626CE89D46683 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method)
  5535. {
  5536. static bool s_Il2CppMethodInitialized;
  5537. if (!s_Il2CppMethodInitialized)
  5538. {
  5539. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var);
  5540. s_Il2CppMethodInitialized = true;
  5541. }
  5542. XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * V_0 = NULL;
  5543. {
  5544. RuntimeObject* L_0 = ___newChild0;
  5545. V_0 = ((XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)CastclassClass((RuntimeObject*)L_0, XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var));
  5546. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = __this->get__node_0();
  5547. XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_2 = V_0;
  5548. NullCheck(L_2);
  5549. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = L_2->get__node_0();
  5550. NullCheck(L_1);
  5551. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4;
  5552. L_4 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(24 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_1, L_3);
  5553. __this->set__childNodes_1((List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL);
  5554. __this->set__attributes_2((List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL);
  5555. RuntimeObject* L_5 = ___newChild0;
  5556. return L_5;
  5557. }
  5558. }
  5559. // System.String Newtonsoft.Json.Converters.XmlNodeWrapper::get_NamespaceUri()
  5560. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeWrapper_get_NamespaceUri_mE0FB57B60FABD0803612C8684560DF02E96F0F1E (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method)
  5561. {
  5562. {
  5563. XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0();
  5564. NullCheck(L_0);
  5565. String_t* L_1;
  5566. L_1 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_0);
  5567. return L_1;
  5568. }
  5569. }
  5570. #ifdef __clang__
  5571. #pragma clang diagnostic pop
  5572. #endif
  5573. #ifdef __clang__
  5574. #pragma clang diagnostic push
  5575. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5576. #pragma clang diagnostic ignored "-Wunused-variable"
  5577. #endif
  5578. #ifdef __clang__
  5579. #pragma clang diagnostic pop
  5580. #endif
  5581. #ifdef __clang__
  5582. #pragma clang diagnostic push
  5583. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5584. #pragma clang diagnostic ignored "-Wunused-variable"
  5585. #endif
  5586. #ifdef __clang__
  5587. #pragma clang diagnostic pop
  5588. #endif
  5589. #ifdef __clang__
  5590. #pragma clang diagnostic push
  5591. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5592. #pragma clang diagnostic ignored "-Wunused-variable"
  5593. #endif
  5594. #ifdef __clang__
  5595. #pragma clang diagnostic pop
  5596. #endif
  5597. #ifdef __clang__
  5598. #pragma clang diagnostic push
  5599. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5600. #pragma clang diagnostic ignored "-Wunused-variable"
  5601. #endif
  5602. #ifdef __clang__
  5603. #pragma clang diagnostic pop
  5604. #endif
  5605. #ifdef __clang__
  5606. #pragma clang diagnostic push
  5607. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5608. #pragma clang diagnostic ignored "-Wunused-variable"
  5609. #endif
  5610. #ifdef __clang__
  5611. #pragma clang diagnostic pop
  5612. #endif
  5613. #ifdef __clang__
  5614. #pragma clang diagnostic push
  5615. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5616. #pragma clang diagnostic ignored "-Wunused-variable"
  5617. #endif
  5618. #ifdef __clang__
  5619. #pragma clang diagnostic pop
  5620. #endif
  5621. #ifdef __clang__
  5622. #pragma clang diagnostic push
  5623. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5624. #pragma clang diagnostic ignored "-Wunused-variable"
  5625. #endif
  5626. #ifdef __clang__
  5627. #pragma clang diagnostic pop
  5628. #endif
  5629. #ifdef __clang__
  5630. #pragma clang diagnostic push
  5631. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5632. #pragma clang diagnostic ignored "-Wunused-variable"
  5633. #endif
  5634. #ifdef __clang__
  5635. #pragma clang diagnostic pop
  5636. #endif
  5637. #ifdef __clang__
  5638. #pragma clang diagnostic push
  5639. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5640. #pragma clang diagnostic ignored "-Wunused-variable"
  5641. #endif
  5642. // System.Void Newtonsoft.Json.Bson.BsonReader/ContainerContext::.ctor(Newtonsoft.Json.Bson.BsonType)
  5643. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerContext__ctor_mF86EB449E15CDE1475F14AED4BAB8ED211B11538 (ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * __this, int8_t ___type0, const RuntimeMethod* method)
  5644. {
  5645. {
  5646. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  5647. int8_t L_0 = ___type0;
  5648. __this->set_Type_0(L_0);
  5649. return;
  5650. }
  5651. }
  5652. #ifdef __clang__
  5653. #pragma clang diagnostic pop
  5654. #endif
  5655. #ifdef __clang__
  5656. #pragma clang diagnostic push
  5657. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5658. #pragma clang diagnostic ignored "-Wunused-variable"
  5659. #endif
  5660. // System.Void Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0::.ctor()
  5661. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m4653E8351F4D11A3B08E53288804CEE1426865AE (U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 * __this, const RuntimeMethod* method)
  5662. {
  5663. {
  5664. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  5665. return;
  5666. }
  5667. }
  5668. // System.Object Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0::<CreateCastConverter>b__0(System.Object)
  5669. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass9_0_U3CCreateCastConverterU3Eb__0_m975EB3858A619504CD18AD42480412E4AE43087F (U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
  5670. {
  5671. static bool s_Il2CppMethodInitialized;
  5672. if (!s_Il2CppMethodInitialized)
  5673. {
  5674. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  5675. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  5676. s_Il2CppMethodInitialized = true;
  5677. }
  5678. {
  5679. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_0 = __this->get_call_0();
  5680. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1);
  5681. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1;
  5682. RuntimeObject * L_3 = ___o0;
  5683. NullCheck(L_2);
  5684. ArrayElementTypeCheck (L_2, L_3);
  5685. (L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
  5686. NullCheck(L_0);
  5687. RuntimeObject * L_4;
  5688. L_4 = MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA(L_0, NULL, L_2, /*hidden argument*/MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  5689. return L_4;
  5690. }
  5691. }
  5692. #ifdef __clang__
  5693. #pragma clang diagnostic pop
  5694. #endif
  5695. #ifdef __clang__
  5696. #pragma clang diagnostic push
  5697. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5698. #pragma clang diagnostic ignored "-Wunused-variable"
  5699. #endif
  5700. #ifdef __clang__
  5701. #pragma clang diagnostic pop
  5702. #endif
  5703. #ifdef __clang__
  5704. #pragma clang diagnostic push
  5705. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5706. #pragma clang diagnostic ignored "-Wunused-variable"
  5707. #endif
  5708. // Conversion methods for marshalling of: Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey
  5709. IL2CPP_EXTERN_C void TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshal_pinvoke(const TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776& unmarshaled, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_pinvoke& marshaled)
  5710. {
  5711. Exception_t* ____initialType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_initialType' of type 'TypeConvertKey': Reference type field marshaling is not supported.");
  5712. IL2CPP_RAISE_MANAGED_EXCEPTION(____initialType_0Exception, NULL);
  5713. }
  5714. IL2CPP_EXTERN_C void TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshal_pinvoke_back(const TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_pinvoke& marshaled, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776& unmarshaled)
  5715. {
  5716. Exception_t* ____initialType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_initialType' of type 'TypeConvertKey': Reference type field marshaling is not supported.");
  5717. IL2CPP_RAISE_MANAGED_EXCEPTION(____initialType_0Exception, NULL);
  5718. }
  5719. // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey
  5720. IL2CPP_EXTERN_C void TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshal_pinvoke_cleanup(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_pinvoke& marshaled)
  5721. {
  5722. }
  5723. // Conversion methods for marshalling of: Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey
  5724. IL2CPP_EXTERN_C void TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshal_com(const TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776& unmarshaled, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_com& marshaled)
  5725. {
  5726. Exception_t* ____initialType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_initialType' of type 'TypeConvertKey': Reference type field marshaling is not supported.");
  5727. IL2CPP_RAISE_MANAGED_EXCEPTION(____initialType_0Exception, NULL);
  5728. }
  5729. IL2CPP_EXTERN_C void TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshal_com_back(const TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_com& marshaled, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776& unmarshaled)
  5730. {
  5731. Exception_t* ____initialType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_initialType' of type 'TypeConvertKey': Reference type field marshaling is not supported.");
  5732. IL2CPP_RAISE_MANAGED_EXCEPTION(____initialType_0Exception, NULL);
  5733. }
  5734. // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey
  5735. IL2CPP_EXTERN_C void TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshal_com_cleanup(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_com& marshaled)
  5736. {
  5737. }
  5738. // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_InitialType()
  5739. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method)
  5740. {
  5741. {
  5742. Type_t * L_0 = __this->get__initialType_0();
  5743. return L_0;
  5744. }
  5745. }
  5746. IL2CPP_EXTERN_C Type_t * TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
  5747. {
  5748. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * _thisAdjusted;
  5749. int32_t _offset = 1;
  5750. _thisAdjusted = reinterpret_cast<TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *>(__this + _offset);
  5751. Type_t * _returnValue;
  5752. _returnValue = TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_inline(_thisAdjusted, method);
  5753. return _returnValue;
  5754. }
  5755. // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_TargetType()
  5756. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4 (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method)
  5757. {
  5758. {
  5759. Type_t * L_0 = __this->get__targetType_1();
  5760. return L_0;
  5761. }
  5762. }
  5763. IL2CPP_EXTERN_C Type_t * TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
  5764. {
  5765. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * _thisAdjusted;
  5766. int32_t _offset = 1;
  5767. _thisAdjusted = reinterpret_cast<TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *>(__this + _offset);
  5768. Type_t * _returnValue;
  5769. _returnValue = TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_inline(_thisAdjusted, method);
  5770. return _returnValue;
  5771. }
  5772. // System.Void Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::.ctor(System.Type,System.Type)
  5773. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConvertKey__ctor_mE7D0FEEB17A875CA3F8E0180A6E2F811F076097E (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, Type_t * ___initialType0, Type_t * ___targetType1, const RuntimeMethod* method)
  5774. {
  5775. {
  5776. Type_t * L_0 = ___initialType0;
  5777. __this->set__initialType_0(L_0);
  5778. Type_t * L_1 = ___targetType1;
  5779. __this->set__targetType_1(L_1);
  5780. return;
  5781. }
  5782. }
  5783. IL2CPP_EXTERN_C void TypeConvertKey__ctor_mE7D0FEEB17A875CA3F8E0180A6E2F811F076097E_AdjustorThunk (RuntimeObject * __this, Type_t * ___initialType0, Type_t * ___targetType1, const RuntimeMethod* method)
  5784. {
  5785. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * _thisAdjusted;
  5786. int32_t _offset = 1;
  5787. _thisAdjusted = reinterpret_cast<TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *>(__this + _offset);
  5788. TypeConvertKey__ctor_mE7D0FEEB17A875CA3F8E0180A6E2F811F076097E(_thisAdjusted, ___initialType0, ___targetType1, method);
  5789. }
  5790. // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::GetHashCode()
  5791. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeConvertKey_GetHashCode_m53EEF50076A23F2DD2069C13D70FE12480A72EC6 (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method)
  5792. {
  5793. {
  5794. Type_t * L_0 = __this->get__initialType_0();
  5795. NullCheck(L_0);
  5796. int32_t L_1;
  5797. L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
  5798. Type_t * L_2 = __this->get__targetType_1();
  5799. NullCheck(L_2);
  5800. int32_t L_3;
  5801. L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2);
  5802. return ((int32_t)((int32_t)L_1^(int32_t)L_3));
  5803. }
  5804. }
  5805. IL2CPP_EXTERN_C int32_t TypeConvertKey_GetHashCode_m53EEF50076A23F2DD2069C13D70FE12480A72EC6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
  5806. {
  5807. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * _thisAdjusted;
  5808. int32_t _offset = 1;
  5809. _thisAdjusted = reinterpret_cast<TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *>(__this + _offset);
  5810. int32_t _returnValue;
  5811. _returnValue = TypeConvertKey_GetHashCode_m53EEF50076A23F2DD2069C13D70FE12480A72EC6(_thisAdjusted, method);
  5812. return _returnValue;
  5813. }
  5814. // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::Equals(System.Object)
  5815. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConvertKey_Equals_mBEC43674C2C9C1B78030AD4CC1715062E0DD09CC (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
  5816. {
  5817. static bool s_Il2CppMethodInitialized;
  5818. if (!s_Il2CppMethodInitialized)
  5819. {
  5820. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_il2cpp_TypeInfo_var);
  5821. s_Il2CppMethodInitialized = true;
  5822. }
  5823. {
  5824. RuntimeObject * L_0 = ___obj0;
  5825. if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_il2cpp_TypeInfo_var)))
  5826. {
  5827. goto IL_000a;
  5828. }
  5829. }
  5830. {
  5831. return (bool)0;
  5832. }
  5833. IL_000a:
  5834. {
  5835. RuntimeObject * L_1 = ___obj0;
  5836. bool L_2;
  5837. L_2 = TypeConvertKey_Equals_mCFB617A4360BB185698B4EC5B25BEC2BD0876D79((TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *)__this, ((*(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *)((TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *)UnBox(L_1, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
  5838. return L_2;
  5839. }
  5840. }
  5841. IL2CPP_EXTERN_C bool TypeConvertKey_Equals_mBEC43674C2C9C1B78030AD4CC1715062E0DD09CC_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
  5842. {
  5843. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * _thisAdjusted;
  5844. int32_t _offset = 1;
  5845. _thisAdjusted = reinterpret_cast<TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *>(__this + _offset);
  5846. bool _returnValue;
  5847. _returnValue = TypeConvertKey_Equals_mBEC43674C2C9C1B78030AD4CC1715062E0DD09CC(_thisAdjusted, ___obj0, method);
  5848. return _returnValue;
  5849. }
  5850. // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::Equals(Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey)
  5851. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConvertKey_Equals_mCFB617A4360BB185698B4EC5B25BEC2BD0876D79 (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___other0, const RuntimeMethod* method)
  5852. {
  5853. {
  5854. Type_t * L_0 = __this->get__initialType_0();
  5855. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_1 = ___other0;
  5856. Type_t * L_2 = L_1.get__initialType_0();
  5857. if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))))
  5858. {
  5859. goto IL_001d;
  5860. }
  5861. }
  5862. {
  5863. Type_t * L_3 = __this->get__targetType_1();
  5864. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_4 = ___other0;
  5865. Type_t * L_5 = L_4.get__targetType_1();
  5866. return (bool)((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5))? 1 : 0);
  5867. }
  5868. IL_001d:
  5869. {
  5870. return (bool)0;
  5871. }
  5872. }
  5873. IL2CPP_EXTERN_C bool TypeConvertKey_Equals_mCFB617A4360BB185698B4EC5B25BEC2BD0876D79_AdjustorThunk (RuntimeObject * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___other0, const RuntimeMethod* method)
  5874. {
  5875. TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * _thisAdjusted;
  5876. int32_t _offset = 1;
  5877. _thisAdjusted = reinterpret_cast<TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *>(__this + _offset);
  5878. bool _returnValue;
  5879. _returnValue = TypeConvertKey_Equals_mCFB617A4360BB185698B4EC5B25BEC2BD0876D79(_thisAdjusted, ___other0, method);
  5880. return _returnValue;
  5881. }
  5882. #ifdef __clang__
  5883. #pragma clang diagnostic pop
  5884. #endif
  5885. #ifdef __clang__
  5886. #pragma clang diagnostic push
  5887. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  5888. #pragma clang diagnostic ignored "-Wunused-variable"
  5889. #endif
  5890. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::.cctor()
  5891. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m9EC269757B26B4813E589B1123CE120B3A497D63 (const RuntimeMethod* method)
  5892. {
  5893. static bool s_Il2CppMethodInitialized;
  5894. if (!s_Il2CppMethodInitialized)
  5895. {
  5896. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var);
  5897. s_Il2CppMethodInitialized = true;
  5898. }
  5899. {
  5900. U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * L_0 = (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB *)il2cpp_codegen_object_new(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var);
  5901. U3CU3Ec__ctor_m2C5546AB35B398F2D78330D6129B7BBCC3203F68(L_0, /*hidden argument*/NULL);
  5902. ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  5903. return;
  5904. }
  5905. }
  5906. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::.ctor()
  5907. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2C5546AB35B398F2D78330D6129B7BBCC3203F68 (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, const RuntimeMethod* method)
  5908. {
  5909. {
  5910. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  5911. return;
  5912. }
  5913. }
  5914. // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<GetSerializableMembers>b__30_0(System.Reflection.MemberInfo)
  5915. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m791D70C99D4E33A1E15062413EEE62AD562037B9 (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, MemberInfo_t * ___m0, const RuntimeMethod* method)
  5916. {
  5917. static bool s_Il2CppMethodInitialized;
  5918. if (!s_Il2CppMethodInitialized)
  5919. {
  5920. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  5921. s_Il2CppMethodInitialized = true;
  5922. }
  5923. {
  5924. MemberInfo_t * L_0 = ___m0;
  5925. IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  5926. bool L_1;
  5927. L_1 = ReflectionUtils_IsIndexedProperty_m45D58103C9DC9D7A573E63801BBCCF19EFA61BDA(L_0, /*hidden argument*/NULL);
  5928. return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
  5929. }
  5930. }
  5931. // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<GetSerializableMembers>b__30_1(System.Reflection.MemberInfo)
  5932. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m96B3B053393D6561BAF8CF797FECE97F4449E526 (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, MemberInfo_t * ___m0, const RuntimeMethod* method)
  5933. {
  5934. static bool s_Il2CppMethodInitialized;
  5935. if (!s_Il2CppMethodInitialized)
  5936. {
  5937. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  5938. s_Il2CppMethodInitialized = true;
  5939. }
  5940. {
  5941. MemberInfo_t * L_0 = ___m0;
  5942. IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  5943. bool L_1;
  5944. L_1 = ReflectionUtils_IsIndexedProperty_m45D58103C9DC9D7A573E63801BBCCF19EFA61BDA(L_0, /*hidden argument*/NULL);
  5945. return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
  5946. }
  5947. }
  5948. // System.Collections.Generic.IEnumerable`1<System.Reflection.MemberInfo> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<GetExtensionDataMemberForType>b__33_0(System.Type)
  5949. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m6EB667E080CF02AC04A3F1034A99CDBA75721A2D (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, Type_t * ___baseType0, const RuntimeMethod* method)
  5950. {
  5951. static bool s_Il2CppMethodInitialized;
  5952. if (!s_Il2CppMethodInitialized)
  5953. {
  5954. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E_RuntimeMethod_var);
  5955. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var);
  5956. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var);
  5957. s_Il2CppMethodInitialized = true;
  5958. }
  5959. {
  5960. List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_0 = (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *)il2cpp_codegen_object_new(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var);
  5961. List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334(L_0, /*hidden argument*/List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var);
  5962. List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_1 = L_0;
  5963. Type_t * L_2 = ___baseType0;
  5964. NullCheck(L_2);
  5965. PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_3;
  5966. L_3 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A*, int32_t >::Invoke(61 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_2, ((int32_t)54));
  5967. CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E(L_1, (RuntimeObject*)(RuntimeObject*)L_3, /*hidden argument*/CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E_RuntimeMethod_var);
  5968. List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_4 = L_1;
  5969. Type_t * L_5 = ___baseType0;
  5970. NullCheck(L_5);
  5971. FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_6;
  5972. L_6 = VirtualFuncInvoker1< FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*, int32_t >::Invoke(48 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_5, ((int32_t)54));
  5973. CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E(L_4, (RuntimeObject*)(RuntimeObject*)L_6, /*hidden argument*/CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E_RuntimeMethod_var);
  5974. return L_4;
  5975. }
  5976. }
  5977. // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<GetExtensionDataMemberForType>b__33_1(System.Reflection.MemberInfo)
  5978. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m85DF46087A841A2D787F963CFAEFE18A13A78746 (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, MemberInfo_t * ___m0, const RuntimeMethod* method)
  5979. {
  5980. static bool s_Il2CppMethodInitialized;
  5981. if (!s_Il2CppMethodInitialized)
  5982. {
  5983. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var);
  5984. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var);
  5985. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_0_0_0_var);
  5986. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  5987. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var);
  5988. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
  5989. s_Il2CppMethodInitialized = true;
  5990. }
  5991. int32_t V_0 = 0;
  5992. Type_t * V_1 = NULL;
  5993. Type_t * V_2 = NULL;
  5994. {
  5995. MemberInfo_t * L_0 = ___m0;
  5996. int32_t L_1;
  5997. L_1 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_0, /*hidden argument*/NULL);
  5998. V_0 = L_1;
  5999. int32_t L_2 = V_0;
  6000. if ((((int32_t)L_2) == ((int32_t)((int32_t)16))))
  6001. {
  6002. goto IL_0012;
  6003. }
  6004. }
  6005. {
  6006. int32_t L_3 = V_0;
  6007. if ((((int32_t)L_3) == ((int32_t)4)))
  6008. {
  6009. goto IL_0012;
  6010. }
  6011. }
  6012. {
  6013. return (bool)0;
  6014. }
  6015. IL_0012:
  6016. {
  6017. MemberInfo_t * L_4 = ___m0;
  6018. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast<intptr_t> (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_0_0_0_var) };
  6019. IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
  6020. Type_t * L_6;
  6021. L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL);
  6022. NullCheck(L_4);
  6023. bool L_7;
  6024. L_7 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_4, L_6, (bool)0);
  6025. if (L_7)
  6026. {
  6027. goto IL_0027;
  6028. }
  6029. }
  6030. {
  6031. return (bool)0;
  6032. }
  6033. IL_0027:
  6034. {
  6035. MemberInfo_t * L_8 = ___m0;
  6036. IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  6037. bool L_9;
  6038. L_9 = ReflectionUtils_CanReadMemberValue_m924E5AE82FD3A6F3168CC7A977C329F15D7B8B7C(L_8, (bool)1, /*hidden argument*/NULL);
  6039. if (L_9)
  6040. {
  6041. goto IL_0056;
  6042. }
  6043. }
  6044. {
  6045. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)));
  6046. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10;
  6047. L_10 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL);
  6048. MemberInfo_t * L_11 = ___m0;
  6049. NullCheck(L_11);
  6050. Type_t * L_12;
  6051. L_12 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_11);
  6052. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var)));
  6053. String_t* L_13;
  6054. L_13 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_12, /*hidden argument*/NULL);
  6055. MemberInfo_t * L_14 = ___m0;
  6056. NullCheck(L_14);
  6057. String_t* L_15;
  6058. L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14);
  6059. String_t* L_16;
  6060. L_16 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral136A55742A682B55E09AB7BC50610AD709A88AFF)), L_10, L_13, L_15, /*hidden argument*/NULL);
  6061. JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_17 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var)));
  6062. JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_17, L_16, /*hidden argument*/NULL);
  6063. IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m85DF46087A841A2D787F963CFAEFE18A13A78746_RuntimeMethod_var)));
  6064. }
  6065. IL_0056:
  6066. {
  6067. MemberInfo_t * L_18 = ___m0;
  6068. IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  6069. Type_t * L_19;
  6070. L_19 = ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA(L_18, /*hidden argument*/NULL);
  6071. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast<intptr_t> (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var) };
  6072. IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
  6073. Type_t * L_21;
  6074. L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL);
  6075. bool L_22;
  6076. L_22 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_19, L_21, (Type_t **)(&V_1), /*hidden argument*/NULL);
  6077. if (!L_22)
  6078. {
  6079. goto IL_00a5;
  6080. }
  6081. }
  6082. {
  6083. Type_t * L_23 = V_1;
  6084. NullCheck(L_23);
  6085. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24;
  6086. L_24 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_23);
  6087. NullCheck(L_24);
  6088. int32_t L_25 = 0;
  6089. Type_t * L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
  6090. Type_t * L_27 = V_1;
  6091. NullCheck(L_27);
  6092. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_28;
  6093. L_28 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_27);
  6094. NullCheck(L_28);
  6095. int32_t L_29 = 1;
  6096. Type_t * L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
  6097. V_2 = L_30;
  6098. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
  6099. IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
  6100. Type_t * L_32;
  6101. L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_31, /*hidden argument*/NULL);
  6102. NullCheck(L_26);
  6103. bool L_33;
  6104. L_33 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_26, L_32);
  6105. if (!L_33)
  6106. {
  6107. goto IL_00a5;
  6108. }
  6109. }
  6110. {
  6111. Type_t * L_34 = V_2;
  6112. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast<intptr_t> (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var) };
  6113. IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
  6114. Type_t * L_36;
  6115. L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_35, /*hidden argument*/NULL);
  6116. NullCheck(L_34);
  6117. bool L_37;
  6118. L_37 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_34, L_36);
  6119. if (!L_37)
  6120. {
  6121. goto IL_00a5;
  6122. }
  6123. }
  6124. {
  6125. return (bool)1;
  6126. }
  6127. IL_00a5:
  6128. {
  6129. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)));
  6130. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_38;
  6131. L_38 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL);
  6132. MemberInfo_t * L_39 = ___m0;
  6133. NullCheck(L_39);
  6134. Type_t * L_40;
  6135. L_40 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_39);
  6136. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var)));
  6137. String_t* L_41;
  6138. L_41 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_40, /*hidden argument*/NULL);
  6139. MemberInfo_t * L_42 = ___m0;
  6140. NullCheck(L_42);
  6141. String_t* L_43;
  6142. L_43 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_42);
  6143. String_t* L_44;
  6144. L_44 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F3CA0198E1FC9ECBFAF5319F4200CDDC9B45957)), L_38, L_41, L_43, /*hidden argument*/NULL);
  6145. JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_45 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var)));
  6146. JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_45, L_44, /*hidden argument*/NULL);
  6147. IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m85DF46087A841A2D787F963CFAEFE18A13A78746_RuntimeMethod_var)));
  6148. }
  6149. }
  6150. // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<GetAttributeConstructor>b__36_0(System.Reflection.ConstructorInfo)
  6151. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_mF5A8F2BF2D689DB11587DF0ED6EEFB1FEA5528CF (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___c0, const RuntimeMethod* method)
  6152. {
  6153. static bool s_Il2CppMethodInitialized;
  6154. if (!s_Il2CppMethodInitialized)
  6155. {
  6156. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConstructorAttribute_t1631D1458AE9EBDBE0FF940FD3EE885E05C8ABBC_0_0_0_var);
  6157. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
  6158. s_Il2CppMethodInitialized = true;
  6159. }
  6160. {
  6161. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_0 = ___c0;
  6162. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast<intptr_t> (JsonConstructorAttribute_t1631D1458AE9EBDBE0FF940FD3EE885E05C8ABBC_0_0_0_var) };
  6163. IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
  6164. Type_t * L_2;
  6165. L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL);
  6166. NullCheck(L_0);
  6167. bool L_3;
  6168. L_3 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)1);
  6169. return L_3;
  6170. }
  6171. }
  6172. // System.Int32 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<CreateProperties>b__60_0(Newtonsoft.Json.Serialization.JsonProperty)
  6173. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m548D20C07CB10339108D20AA39BC742B50214E47 (U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___p0, const RuntimeMethod* method)
  6174. {
  6175. static bool s_Il2CppMethodInitialized;
  6176. if (!s_Il2CppMethodInitialized)
  6177. {
  6178. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var);
  6179. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var);
  6180. s_Il2CppMethodInitialized = true;
  6181. }
  6182. Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_0;
  6183. memset((&V_0), 0, sizeof(V_0));
  6184. {
  6185. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = ___p0;
  6186. NullCheck(L_0);
  6187. Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_1;
  6188. L_1 = JsonProperty_get_Order_m8DC4EBE07E682CD6208BD1A39A244DE3BAB93D2A_inline(L_0, /*hidden argument*/NULL);
  6189. V_0 = L_1;
  6190. bool L_2;
  6191. L_2 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var);
  6192. if (L_2)
  6193. {
  6194. goto IL_0012;
  6195. }
  6196. }
  6197. {
  6198. return (-1);
  6199. }
  6200. IL_0012:
  6201. {
  6202. int32_t L_3;
  6203. L_3 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var);
  6204. return L_3;
  6205. }
  6206. }
  6207. #ifdef __clang__
  6208. #pragma clang diagnostic pop
  6209. #endif
  6210. #ifdef __clang__
  6211. #pragma clang diagnostic push
  6212. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6213. #pragma clang diagnostic ignored "-Wunused-variable"
  6214. #endif
  6215. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::.ctor()
  6216. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0__ctor_m393BA3E0F7DE7A199719ABD4F8F001A2A5EE5BA3 (U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * __this, const RuntimeMethod* method)
  6217. {
  6218. {
  6219. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6220. return;
  6221. }
  6222. }
  6223. #ifdef __clang__
  6224. #pragma clang diagnostic pop
  6225. #endif
  6226. #ifdef __clang__
  6227. #pragma clang diagnostic push
  6228. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6229. #pragma clang diagnostic ignored "-Wunused-variable"
  6230. #endif
  6231. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::.ctor()
  6232. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_1__ctor_m80069CCCBF43FC0EFE8DA673B7272EF997504808 (U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * __this, const RuntimeMethod* method)
  6233. {
  6234. {
  6235. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6236. return;
  6237. }
  6238. }
  6239. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::<SetExtensionDataDelegates>b__0(System.Object,System.String,System.Object)
  6240. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_mBDE9A222B6950113F7F7AFE0F2E87069E77F77BD (U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * __this, RuntimeObject * ___o0, String_t* ___key1, RuntimeObject * ___value2, const RuntimeMethod* method)
  6241. {
  6242. static bool s_Il2CppMethodInitialized;
  6243. if (!s_Il2CppMethodInitialized)
  6244. {
  6245. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_RuntimeMethod_var);
  6246. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var);
  6247. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var);
  6248. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  6249. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  6250. s_Il2CppMethodInitialized = true;
  6251. }
  6252. RuntimeObject * V_0 = NULL;
  6253. {
  6254. U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_0 = __this->get_CSU24U3CU3E8__locals1_3();
  6255. NullCheck(L_0);
  6256. Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = L_0->get_getExtensionDataDictionary_0();
  6257. RuntimeObject * L_2 = ___o0;
  6258. NullCheck(L_1);
  6259. RuntimeObject * L_3;
  6260. L_3 = Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6(L_1, L_2, /*hidden argument*/Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var);
  6261. V_0 = L_3;
  6262. RuntimeObject * L_4 = V_0;
  6263. if (L_4)
  6264. {
  6265. goto IL_005b;
  6266. }
  6267. }
  6268. {
  6269. Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_5 = __this->get_setExtensionDataDictionary_0();
  6270. if (L_5)
  6271. {
  6272. goto IL_0042;
  6273. }
  6274. }
  6275. {
  6276. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)));
  6277. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6;
  6278. L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL);
  6279. U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_7 = __this->get_CSU24U3CU3E8__locals1_3();
  6280. NullCheck(L_7);
  6281. MemberInfo_t * L_8 = L_7->get_member_1();
  6282. NullCheck(L_8);
  6283. String_t* L_9;
  6284. L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8);
  6285. String_t* L_10;
  6286. L_10 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76E62EDFAA0D83ADA5E51419027E3B2555BC97C7)), L_6, L_9, /*hidden argument*/NULL);
  6287. JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_11 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var)));
  6288. JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_11, L_10, /*hidden argument*/NULL);
  6289. IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_mBDE9A222B6950113F7F7AFE0F2E87069E77F77BD_RuntimeMethod_var)));
  6290. }
  6291. IL_0042:
  6292. {
  6293. Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_12 = __this->get_createExtensionDataDictionary_1();
  6294. NullCheck(L_12);
  6295. RuntimeObject * L_13;
  6296. L_13 = Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701(L_12, /*hidden argument*/Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var);
  6297. V_0 = L_13;
  6298. Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_14 = __this->get_setExtensionDataDictionary_0();
  6299. RuntimeObject * L_15 = ___o0;
  6300. RuntimeObject * L_16 = V_0;
  6301. NullCheck(L_14);
  6302. Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D(L_14, L_15, L_16, /*hidden argument*/Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_RuntimeMethod_var);
  6303. }
  6304. IL_005b:
  6305. {
  6306. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_17 = __this->get_setExtensionDataDictionaryValue_2();
  6307. RuntimeObject * L_18 = V_0;
  6308. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2);
  6309. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19;
  6310. String_t* L_21 = ___key1;
  6311. NullCheck(L_20);
  6312. ArrayElementTypeCheck (L_20, L_21);
  6313. (L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
  6314. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_20;
  6315. RuntimeObject * L_23 = ___value2;
  6316. NullCheck(L_22);
  6317. ArrayElementTypeCheck (L_22, L_23);
  6318. (L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_23);
  6319. NullCheck(L_17);
  6320. RuntimeObject * L_24;
  6321. L_24 = MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA(L_17, L_18, L_22, /*hidden argument*/MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  6322. return;
  6323. }
  6324. }
  6325. #ifdef __clang__
  6326. #pragma clang diagnostic pop
  6327. #endif
  6328. #ifdef __clang__
  6329. #pragma clang diagnostic push
  6330. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6331. #pragma clang diagnostic ignored "-Wunused-variable"
  6332. #endif
  6333. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::.ctor()
  6334. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_2__ctor_m0B6F49294BD09EE559FB8374BE7D9603696A0FC0 (U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * __this, const RuntimeMethod* method)
  6335. {
  6336. {
  6337. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6338. return;
  6339. }
  6340. }
  6341. // System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::<SetExtensionDataDelegates>b__1(System.Object)
  6342. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_mB7F0EF1B70A312CCEFBF0080B26B017BF9A7BCC4 (U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
  6343. {
  6344. static bool s_Il2CppMethodInitialized;
  6345. if (!s_Il2CppMethodInitialized)
  6346. {
  6347. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var);
  6348. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD_il2cpp_TypeInfo_var);
  6349. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var);
  6350. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  6351. s_Il2CppMethodInitialized = true;
  6352. }
  6353. RuntimeObject * V_0 = NULL;
  6354. {
  6355. U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_0 = __this->get_CSU24U3CU3E8__locals2_1();
  6356. NullCheck(L_0);
  6357. Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = L_0->get_getExtensionDataDictionary_0();
  6358. RuntimeObject * L_2 = ___o0;
  6359. NullCheck(L_1);
  6360. RuntimeObject * L_3;
  6361. L_3 = Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6(L_1, L_2, /*hidden argument*/Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var);
  6362. V_0 = L_3;
  6363. RuntimeObject * L_4 = V_0;
  6364. if (L_4)
  6365. {
  6366. goto IL_0017;
  6367. }
  6368. }
  6369. {
  6370. return (RuntimeObject*)NULL;
  6371. }
  6372. IL_0017:
  6373. {
  6374. ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_5 = __this->get_createEnumerableWrapper_0();
  6375. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1);
  6376. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6;
  6377. RuntimeObject * L_8 = V_0;
  6378. NullCheck(L_7);
  6379. ArrayElementTypeCheck (L_7, L_8);
  6380. (L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
  6381. NullCheck(L_5);
  6382. RuntimeObject * L_9;
  6383. L_9 = ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF(L_5, L_7, /*hidden argument*/ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var);
  6384. return ((RuntimeObject*)Castclass((RuntimeObject*)L_9, IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD_il2cpp_TypeInfo_var));
  6385. }
  6386. }
  6387. #ifdef __clang__
  6388. #pragma clang diagnostic pop
  6389. #endif
  6390. #ifdef __clang__
  6391. #pragma clang diagnostic push
  6392. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6393. #pragma clang diagnostic ignored "-Wunused-variable"
  6394. #endif
  6395. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::.ctor()
  6396. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass64_0__ctor_m0304B49F10D0EA4482684904DA5523E733F54C4F (U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD * __this, const RuntimeMethod* method)
  6397. {
  6398. {
  6399. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6400. return;
  6401. }
  6402. }
  6403. // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::<CreateShouldSerializeTest>b__0(System.Object)
  6404. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_mC859EFE3BD0D275D1A42806AFD781A5DE407DD1C (U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
  6405. {
  6406. static bool s_Il2CppMethodInitialized;
  6407. if (!s_Il2CppMethodInitialized)
  6408. {
  6409. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var);
  6410. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  6411. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  6412. s_Il2CppMethodInitialized = true;
  6413. }
  6414. {
  6415. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_0 = __this->get_shouldSerializeCall_0();
  6416. RuntimeObject * L_1 = ___o0;
  6417. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0);
  6418. NullCheck(L_0);
  6419. RuntimeObject * L_3;
  6420. L_3 = MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA(L_0, L_1, L_2, /*hidden argument*/MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  6421. return ((*(bool*)((bool*)UnBox(L_3, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))));
  6422. }
  6423. }
  6424. #ifdef __clang__
  6425. #pragma clang diagnostic pop
  6426. #endif
  6427. #ifdef __clang__
  6428. #pragma clang diagnostic push
  6429. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6430. #pragma clang diagnostic ignored "-Wunused-variable"
  6431. #endif
  6432. // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::.ctor()
  6433. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass65_0__ctor_m317EFA126E76F58FDB02D5BF3FCD6EDE1549226C (U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 * __this, const RuntimeMethod* method)
  6434. {
  6435. {
  6436. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6437. return;
  6438. }
  6439. }
  6440. // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::<SetIsSpecifiedActions>b__0(System.Object)
  6441. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m8D10BDDA860CF015E1ABC8B45CD874BF48ACB8A6 (U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
  6442. {
  6443. static bool s_Il2CppMethodInitialized;
  6444. if (!s_Il2CppMethodInitialized)
  6445. {
  6446. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var);
  6447. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var);
  6448. s_Il2CppMethodInitialized = true;
  6449. }
  6450. {
  6451. Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_0 = __this->get_specifiedPropertyGet_0();
  6452. RuntimeObject * L_1 = ___o0;
  6453. NullCheck(L_0);
  6454. RuntimeObject * L_2;
  6455. L_2 = Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6(L_0, L_1, /*hidden argument*/Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var);
  6456. return ((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))));
  6457. }
  6458. }
  6459. #ifdef __clang__
  6460. #pragma clang diagnostic pop
  6461. #endif
  6462. #ifdef __clang__
  6463. #pragma clang diagnostic push
  6464. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6465. #pragma clang diagnostic ignored "-Wunused-variable"
  6466. #endif
  6467. // Conversion methods for marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey
  6468. IL2CPP_EXTERN_C void TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshal_pinvoke(const TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F& unmarshaled, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_pinvoke& marshaled)
  6469. {
  6470. marshaled.___AssemblyName_0 = il2cpp_codegen_marshal_string(unmarshaled.get_AssemblyName_0());
  6471. marshaled.___TypeName_1 = il2cpp_codegen_marshal_string(unmarshaled.get_TypeName_1());
  6472. }
  6473. IL2CPP_EXTERN_C void TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshal_pinvoke_back(const TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_pinvoke& marshaled, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F& unmarshaled)
  6474. {
  6475. unmarshaled.set_AssemblyName_0(il2cpp_codegen_marshal_string_result(marshaled.___AssemblyName_0));
  6476. unmarshaled.set_TypeName_1(il2cpp_codegen_marshal_string_result(marshaled.___TypeName_1));
  6477. }
  6478. // Conversion method for clean up from marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey
  6479. IL2CPP_EXTERN_C void TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshal_pinvoke_cleanup(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_pinvoke& marshaled)
  6480. {
  6481. il2cpp_codegen_marshal_free(marshaled.___AssemblyName_0);
  6482. marshaled.___AssemblyName_0 = NULL;
  6483. il2cpp_codegen_marshal_free(marshaled.___TypeName_1);
  6484. marshaled.___TypeName_1 = NULL;
  6485. }
  6486. // Conversion methods for marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey
  6487. IL2CPP_EXTERN_C void TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshal_com(const TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F& unmarshaled, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_com& marshaled)
  6488. {
  6489. marshaled.___AssemblyName_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_AssemblyName_0());
  6490. marshaled.___TypeName_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_TypeName_1());
  6491. }
  6492. IL2CPP_EXTERN_C void TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshal_com_back(const TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_com& marshaled, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F& unmarshaled)
  6493. {
  6494. unmarshaled.set_AssemblyName_0(il2cpp_codegen_marshal_bstring_result(marshaled.___AssemblyName_0));
  6495. unmarshaled.set_TypeName_1(il2cpp_codegen_marshal_bstring_result(marshaled.___TypeName_1));
  6496. }
  6497. // Conversion method for clean up from marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey
  6498. IL2CPP_EXTERN_C void TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshal_com_cleanup(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_com& marshaled)
  6499. {
  6500. il2cpp_codegen_marshal_free_bstring(marshaled.___AssemblyName_0);
  6501. marshaled.___AssemblyName_0 = NULL;
  6502. il2cpp_codegen_marshal_free_bstring(marshaled.___TypeName_1);
  6503. marshaled.___TypeName_1 = NULL;
  6504. }
  6505. // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::.ctor(System.String,System.String)
  6506. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeNameKey__ctor_mD4B4C258C07B7B90E3DF9FF8E544F235DEF91414 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method)
  6507. {
  6508. {
  6509. String_t* L_0 = ___assemblyName0;
  6510. __this->set_AssemblyName_0(L_0);
  6511. String_t* L_1 = ___typeName1;
  6512. __this->set_TypeName_1(L_1);
  6513. return;
  6514. }
  6515. }
  6516. IL2CPP_EXTERN_C void TypeNameKey__ctor_mD4B4C258C07B7B90E3DF9FF8E544F235DEF91414_AdjustorThunk (RuntimeObject * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method)
  6517. {
  6518. TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * _thisAdjusted;
  6519. int32_t _offset = 1;
  6520. _thisAdjusted = reinterpret_cast<TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F *>(__this + _offset);
  6521. TypeNameKey__ctor_mD4B4C258C07B7B90E3DF9FF8E544F235DEF91414(_thisAdjusted, ___assemblyName0, ___typeName1, method);
  6522. }
  6523. // System.Int32 Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::GetHashCode()
  6524. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeNameKey_GetHashCode_m39B4CC4974DA019307688EB5C98DF95C979DE6DB (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, const RuntimeMethod* method)
  6525. {
  6526. int32_t G_B3_0 = 0;
  6527. int32_t G_B5_0 = 0;
  6528. int32_t G_B4_0 = 0;
  6529. int32_t G_B6_0 = 0;
  6530. int32_t G_B6_1 = 0;
  6531. {
  6532. String_t* L_0 = __this->get_AssemblyName_0();
  6533. if (L_0)
  6534. {
  6535. goto IL_000b;
  6536. }
  6537. }
  6538. {
  6539. G_B3_0 = 0;
  6540. goto IL_0016;
  6541. }
  6542. IL_000b:
  6543. {
  6544. String_t* L_1 = __this->get_AssemblyName_0();
  6545. NullCheck(L_1);
  6546. int32_t L_2;
  6547. L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
  6548. G_B3_0 = L_2;
  6549. }
  6550. IL_0016:
  6551. {
  6552. String_t* L_3 = __this->get_TypeName_1();
  6553. G_B4_0 = G_B3_0;
  6554. if (L_3)
  6555. {
  6556. G_B5_0 = G_B3_0;
  6557. goto IL_0021;
  6558. }
  6559. }
  6560. {
  6561. G_B6_0 = 0;
  6562. G_B6_1 = G_B4_0;
  6563. goto IL_002c;
  6564. }
  6565. IL_0021:
  6566. {
  6567. String_t* L_4 = __this->get_TypeName_1();
  6568. NullCheck(L_4);
  6569. int32_t L_5;
  6570. L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
  6571. G_B6_0 = L_5;
  6572. G_B6_1 = G_B5_0;
  6573. }
  6574. IL_002c:
  6575. {
  6576. return ((int32_t)((int32_t)G_B6_1^(int32_t)G_B6_0));
  6577. }
  6578. }
  6579. IL2CPP_EXTERN_C int32_t TypeNameKey_GetHashCode_m39B4CC4974DA019307688EB5C98DF95C979DE6DB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
  6580. {
  6581. TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * _thisAdjusted;
  6582. int32_t _offset = 1;
  6583. _thisAdjusted = reinterpret_cast<TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F *>(__this + _offset);
  6584. int32_t _returnValue;
  6585. _returnValue = TypeNameKey_GetHashCode_m39B4CC4974DA019307688EB5C98DF95C979DE6DB(_thisAdjusted, method);
  6586. return _returnValue;
  6587. }
  6588. // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(System.Object)
  6589. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_mA8F9631B58F24FA621BC3773D773F504CD394476 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
  6590. {
  6591. static bool s_Il2CppMethodInitialized;
  6592. if (!s_Il2CppMethodInitialized)
  6593. {
  6594. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_il2cpp_TypeInfo_var);
  6595. s_Il2CppMethodInitialized = true;
  6596. }
  6597. {
  6598. RuntimeObject * L_0 = ___obj0;
  6599. if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_il2cpp_TypeInfo_var)))
  6600. {
  6601. goto IL_000a;
  6602. }
  6603. }
  6604. {
  6605. return (bool)0;
  6606. }
  6607. IL_000a:
  6608. {
  6609. RuntimeObject * L_1 = ___obj0;
  6610. bool L_2;
  6611. L_2 = TypeNameKey_Equals_mF640FAB58FACF8E193583786EE162430F96E7037((TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F *)__this, ((*(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F *)((TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F *)UnBox(L_1, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
  6612. return L_2;
  6613. }
  6614. }
  6615. IL2CPP_EXTERN_C bool TypeNameKey_Equals_mA8F9631B58F24FA621BC3773D773F504CD394476_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
  6616. {
  6617. TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * _thisAdjusted;
  6618. int32_t _offset = 1;
  6619. _thisAdjusted = reinterpret_cast<TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F *>(__this + _offset);
  6620. bool _returnValue;
  6621. _returnValue = TypeNameKey_Equals_mA8F9631B58F24FA621BC3773D773F504CD394476(_thisAdjusted, ___obj0, method);
  6622. return _returnValue;
  6623. }
  6624. // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey)
  6625. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_mF640FAB58FACF8E193583786EE162430F96E7037 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___other0, const RuntimeMethod* method)
  6626. {
  6627. {
  6628. String_t* L_0 = __this->get_AssemblyName_0();
  6629. TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_1 = ___other0;
  6630. String_t* L_2 = L_1.get_AssemblyName_0();
  6631. bool L_3;
  6632. L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, L_2, /*hidden argument*/NULL);
  6633. if (!L_3)
  6634. {
  6635. goto IL_0025;
  6636. }
  6637. }
  6638. {
  6639. String_t* L_4 = __this->get_TypeName_1();
  6640. TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_5 = ___other0;
  6641. String_t* L_6 = L_5.get_TypeName_1();
  6642. bool L_7;
  6643. L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_6, /*hidden argument*/NULL);
  6644. return L_7;
  6645. }
  6646. IL_0025:
  6647. {
  6648. return (bool)0;
  6649. }
  6650. }
  6651. IL2CPP_EXTERN_C bool TypeNameKey_Equals_mF640FAB58FACF8E193583786EE162430F96E7037_AdjustorThunk (RuntimeObject * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___other0, const RuntimeMethod* method)
  6652. {
  6653. TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * _thisAdjusted;
  6654. int32_t _offset = 1;
  6655. _thisAdjusted = reinterpret_cast<TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F *>(__this + _offset);
  6656. bool _returnValue;
  6657. _returnValue = TypeNameKey_Equals_mF640FAB58FACF8E193583786EE162430F96E7037(_thisAdjusted, ___other0, method);
  6658. return _returnValue;
  6659. }
  6660. #ifdef __clang__
  6661. #pragma clang diagnostic pop
  6662. #endif
  6663. #ifdef __clang__
  6664. #pragma clang diagnostic push
  6665. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6666. #pragma clang diagnostic ignored "-Wunused-variable"
  6667. #endif
  6668. // System.Void Newtonsoft.Json.Utilities.EnumUtils/<>c::.cctor()
  6669. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3E691EABF39DFA96C9C95DF752360C493D82BAFF (const RuntimeMethod* method)
  6670. {
  6671. static bool s_Il2CppMethodInitialized;
  6672. if (!s_Il2CppMethodInitialized)
  6673. {
  6674. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var);
  6675. s_Il2CppMethodInitialized = true;
  6676. }
  6677. {
  6678. U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * L_0 = (U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 *)il2cpp_codegen_object_new(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var);
  6679. U3CU3Ec__ctor_m44DED9A94D6B8FEE56E0C7D65018B05371398247(L_0, /*hidden argument*/NULL);
  6680. ((U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  6681. return;
  6682. }
  6683. }
  6684. // System.Void Newtonsoft.Json.Utilities.EnumUtils/<>c::.ctor()
  6685. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m44DED9A94D6B8FEE56E0C7D65018B05371398247 (U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * __this, const RuntimeMethod* method)
  6686. {
  6687. {
  6688. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6689. return;
  6690. }
  6691. }
  6692. // System.String Newtonsoft.Json.Utilities.EnumUtils/<>c::<InitializeEnumType>b__1_0(System.Runtime.Serialization.EnumMemberAttribute)
  6693. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CInitializeEnumTypeU3Eb__1_0_mF3B966590EAA425C2876209B94A65D2055AE4A46 (U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * __this, EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC * ___a0, const RuntimeMethod* method)
  6694. {
  6695. {
  6696. EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC * L_0 = ___a0;
  6697. NullCheck(L_0);
  6698. String_t* L_1;
  6699. L_1 = EnumMemberAttribute_get_Value_mC26949F87E6A636CF952151DC4F77110050627A3_inline(L_0, /*hidden argument*/NULL);
  6700. return L_1;
  6701. }
  6702. }
  6703. // System.Boolean Newtonsoft.Json.Utilities.EnumUtils/<>c::<GetValues>b__5_0(System.Reflection.FieldInfo)
  6704. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetValuesU3Eb__5_0_m8821A781D3A878CF0320AB0157C69CDE323A4B59 (U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * __this, FieldInfo_t * ___f0, const RuntimeMethod* method)
  6705. {
  6706. {
  6707. FieldInfo_t * L_0 = ___f0;
  6708. NullCheck(L_0);
  6709. bool L_1;
  6710. L_1 = FieldInfo_get_IsLiteral_mF2657F6BAB384894EB2C861D51093179E3EE77D9(L_0, /*hidden argument*/NULL);
  6711. return L_1;
  6712. }
  6713. }
  6714. #ifdef __clang__
  6715. #pragma clang diagnostic pop
  6716. #endif
  6717. #ifdef __clang__
  6718. #pragma clang diagnostic push
  6719. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6720. #pragma clang diagnostic ignored "-Wunused-variable"
  6721. #endif
  6722. // System.Void Newtonsoft.Json.Linq.Extensions/<>c::.cctor()
  6723. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mD2443C2152213F30596C36B27A4E005EC6D82A1C (const RuntimeMethod* method)
  6724. {
  6725. static bool s_Il2CppMethodInitialized;
  6726. if (!s_Il2CppMethodInitialized)
  6727. {
  6728. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7_il2cpp_TypeInfo_var);
  6729. s_Il2CppMethodInitialized = true;
  6730. }
  6731. {
  6732. U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 * L_0 = (U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 *)il2cpp_codegen_object_new(U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7_il2cpp_TypeInfo_var);
  6733. U3CU3Ec__ctor_m891AF27D89FAD73E6AA355C447B81716A36E9662(L_0, /*hidden argument*/NULL);
  6734. ((U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  6735. return;
  6736. }
  6737. }
  6738. // System.Void Newtonsoft.Json.Linq.Extensions/<>c::.ctor()
  6739. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m891AF27D89FAD73E6AA355C447B81716A36E9662 (U3CU3Ec_tDC86F68CD6D9BBAD988629C5157C9C68E9A72AE7 * __this, const RuntimeMethod* method)
  6740. {
  6741. {
  6742. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6743. return;
  6744. }
  6745. }
  6746. #ifdef __clang__
  6747. #pragma clang diagnostic pop
  6748. #endif
  6749. #ifdef __clang__
  6750. #pragma clang diagnostic push
  6751. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6752. #pragma clang diagnostic ignored "-Wunused-variable"
  6753. #endif
  6754. #ifdef __clang__
  6755. #pragma clang diagnostic pop
  6756. #endif
  6757. #ifdef __clang__
  6758. #pragma clang diagnostic push
  6759. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6760. #pragma clang diagnostic ignored "-Wunused-variable"
  6761. #endif
  6762. // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::.cctor()
  6763. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7EEF846654F2D1CFF676E42FACC541FB8B03B654 (const RuntimeMethod* method)
  6764. {
  6765. static bool s_Il2CppMethodInitialized;
  6766. if (!s_Il2CppMethodInitialized)
  6767. {
  6768. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742_il2cpp_TypeInfo_var);
  6769. s_Il2CppMethodInitialized = true;
  6770. }
  6771. {
  6772. U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 * L_0 = (U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 *)il2cpp_codegen_object_new(U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742_il2cpp_TypeInfo_var);
  6773. U3CU3Ec__ctor_mA41EC449EB8039C963A52956BB235FD09D59CFD2(L_0, /*hidden argument*/NULL);
  6774. ((U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  6775. return;
  6776. }
  6777. }
  6778. // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::.ctor()
  6779. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA41EC449EB8039C963A52956BB235FD09D59CFD2 (U3CU3Ec_t18D13B5306B7BA298AD1168186BC43F01DFE2742 * __this, const RuntimeMethod* method)
  6780. {
  6781. {
  6782. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6783. return;
  6784. }
  6785. }
  6786. #ifdef __clang__
  6787. #pragma clang diagnostic pop
  6788. #endif
  6789. #ifdef __clang__
  6790. #pragma clang diagnostic push
  6791. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6792. #pragma clang diagnostic ignored "-Wunused-variable"
  6793. #endif
  6794. #ifdef __clang__
  6795. #pragma clang diagnostic pop
  6796. #endif
  6797. #ifdef __clang__
  6798. #pragma clang diagnostic push
  6799. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6800. #pragma clang diagnostic ignored "-Wunused-variable"
  6801. #endif
  6802. #ifdef __clang__
  6803. #pragma clang diagnostic pop
  6804. #endif
  6805. #ifdef __clang__
  6806. #pragma clang diagnostic push
  6807. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6808. #pragma clang diagnostic ignored "-Wunused-variable"
  6809. #endif
  6810. // System.Void Newtonsoft.Json.Linq.JObject/<>c::.cctor()
  6811. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7061F0865CB68A5E9071B17B024354074CC40FCA (const RuntimeMethod* method)
  6812. {
  6813. static bool s_Il2CppMethodInitialized;
  6814. if (!s_Il2CppMethodInitialized)
  6815. {
  6816. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448_il2cpp_TypeInfo_var);
  6817. s_Il2CppMethodInitialized = true;
  6818. }
  6819. {
  6820. U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 * L_0 = (U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 *)il2cpp_codegen_object_new(U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448_il2cpp_TypeInfo_var);
  6821. U3CU3Ec__ctor_m12583814D2DBDF9197EF3849980DBCDC5C608CE3(L_0, /*hidden argument*/NULL);
  6822. ((U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  6823. return;
  6824. }
  6825. }
  6826. // System.Void Newtonsoft.Json.Linq.JObject/<>c::.ctor()
  6827. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m12583814D2DBDF9197EF3849980DBCDC5C608CE3 (U3CU3Ec_t2F04D39263D6DA6C7DC6C2E8D5BBADC9719C4448 * __this, const RuntimeMethod* method)
  6828. {
  6829. {
  6830. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6831. return;
  6832. }
  6833. }
  6834. #ifdef __clang__
  6835. #pragma clang diagnostic pop
  6836. #endif
  6837. #ifdef __clang__
  6838. #pragma clang diagnostic push
  6839. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  6840. #pragma clang diagnostic ignored "-Wunused-variable"
  6841. #endif
  6842. // System.Void Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::.ctor(System.Int32)
  6843. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58__ctor_m872F5FDD4EEEE735615237623B5CBA293F6850F5 (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
  6844. {
  6845. {
  6846. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  6847. int32_t L_0 = ___U3CU3E1__state0;
  6848. __this->set_U3CU3E1__state_0(L_0);
  6849. return;
  6850. }
  6851. }
  6852. // System.Void Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::System.IDisposable.Dispose()
  6853. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_System_IDisposable_Dispose_m86F73AE814F57F2B03CF9B5B80042C9F90C62135 (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method)
  6854. {
  6855. int32_t V_0 = 0;
  6856. Exception_t * __last_unhandled_exception = 0;
  6857. il2cpp::utils::ExceptionSupportStack<int32_t, 1> __leave_targets;
  6858. {
  6859. int32_t L_0 = __this->get_U3CU3E1__state_0();
  6860. V_0 = L_0;
  6861. int32_t L_1 = V_0;
  6862. if ((((int32_t)L_1) == ((int32_t)((int32_t)-3))))
  6863. {
  6864. goto IL_0010;
  6865. }
  6866. }
  6867. {
  6868. int32_t L_2 = V_0;
  6869. if ((!(((uint32_t)L_2) == ((uint32_t)1))))
  6870. {
  6871. goto IL_001a;
  6872. }
  6873. }
  6874. IL_0010:
  6875. {
  6876. }
  6877. IL_0011:
  6878. try
  6879. {// begin try (depth: 1)
  6880. IL2CPP_LEAVE(0x1A, FINALLY_0013);
  6881. }// end try (depth: 1)
  6882. catch(Il2CppExceptionWrapper& e)
  6883. {
  6884. __last_unhandled_exception = (Exception_t *)e.ex;
  6885. goto FINALLY_0013;
  6886. }
  6887. FINALLY_0013:
  6888. {// begin finally (depth: 1)
  6889. U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m55F7EF214234CB5AE172B1391E27AD0C2B53C1CC(__this, /*hidden argument*/NULL);
  6890. IL2CPP_END_FINALLY(19)
  6891. }// end finally (depth: 1)
  6892. IL2CPP_CLEANUP(19)
  6893. {
  6894. IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
  6895. IL2CPP_JUMP_TBL(0x1A, IL_001a)
  6896. }
  6897. IL_001a:
  6898. {
  6899. return;
  6900. }
  6901. }
  6902. // System.Boolean Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::MoveNext()
  6903. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__58_MoveNext_m1297E0B4E2DF44667D5B78C3F6BB3FBDCB9DA966 (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method)
  6904. {
  6905. static bool s_Il2CppMethodInitialized;
  6906. if (!s_Il2CppMethodInitialized)
  6907. {
  6908. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var);
  6909. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var);
  6910. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var);
  6911. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var);
  6912. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9_RuntimeMethod_var);
  6913. s_Il2CppMethodInitialized = true;
  6914. }
  6915. bool V_0 = false;
  6916. int32_t V_1 = 0;
  6917. JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_2 = NULL;
  6918. Exception_t * __last_unhandled_exception = 0;
  6919. il2cpp::utils::ExceptionSupportStack<int32_t, 3> __leave_targets;
  6920. IL_0000:
  6921. try
  6922. {// begin try (depth: 1)
  6923. {
  6924. int32_t L_0 = __this->get_U3CU3E1__state_0();
  6925. V_1 = L_0;
  6926. int32_t L_1 = V_1;
  6927. if (!L_1)
  6928. {
  6929. goto IL_0015;
  6930. }
  6931. }
  6932. IL_000a:
  6933. {
  6934. int32_t L_2 = V_1;
  6935. if ((((int32_t)L_2) == ((int32_t)1)))
  6936. {
  6937. goto IL_006f;
  6938. }
  6939. }
  6940. IL_000e:
  6941. {
  6942. V_0 = (bool)0;
  6943. goto IL_009c;
  6944. }
  6945. IL_0015:
  6946. {
  6947. __this->set_U3CU3E1__state_0((-1));
  6948. JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_3 = __this->get_U3CU3E4__this_2();
  6949. NullCheck(L_3);
  6950. JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_4 = L_3->get__properties_17();
  6951. NullCheck(L_4);
  6952. RuntimeObject* L_5;
  6953. L_5 = Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B(L_4, /*hidden argument*/Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var);
  6954. __this->set_U3CU3E7__wrap1_3(L_5);
  6955. __this->set_U3CU3E1__state_0(((int32_t)-3));
  6956. goto IL_0077;
  6957. }
  6958. IL_003c:
  6959. {
  6960. RuntimeObject* L_6 = __this->get_U3CU3E7__wrap1_3();
  6961. NullCheck(L_6);
  6962. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7;
  6963. L_7 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<Newtonsoft.Json.Linq.JToken>::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_6);
  6964. V_2 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_7, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var));
  6965. JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_8 = V_2;
  6966. NullCheck(L_8);
  6967. String_t* L_9;
  6968. L_9 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_8, /*hidden argument*/NULL);
  6969. JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_10 = V_2;
  6970. NullCheck(L_10);
  6971. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11;
  6972. L_11 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_10, /*hidden argument*/NULL);
  6973. KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_12;
  6974. memset((&L_12), 0, sizeof(L_12));
  6975. KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9((&L_12), L_9, L_11, /*hidden argument*/KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9_RuntimeMethod_var);
  6976. __this->set_U3CU3E2__current_1(L_12);
  6977. __this->set_U3CU3E1__state_0(1);
  6978. V_0 = (bool)1;
  6979. goto IL_009c;
  6980. }
  6981. IL_006f:
  6982. {
  6983. __this->set_U3CU3E1__state_0(((int32_t)-3));
  6984. }
  6985. IL_0077:
  6986. {
  6987. RuntimeObject* L_13 = __this->get_U3CU3E7__wrap1_3();
  6988. NullCheck(L_13);
  6989. bool L_14;
  6990. L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13);
  6991. if (L_14)
  6992. {
  6993. goto IL_003c;
  6994. }
  6995. }
  6996. IL_0084:
  6997. {
  6998. U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m55F7EF214234CB5AE172B1391E27AD0C2B53C1CC(__this, /*hidden argument*/NULL);
  6999. __this->set_U3CU3E7__wrap1_3((RuntimeObject*)NULL);
  7000. V_0 = (bool)0;
  7001. goto IL_009c;
  7002. }
  7003. }// end try (depth: 1)
  7004. catch(Il2CppExceptionWrapper& e)
  7005. {
  7006. __last_unhandled_exception = (Exception_t *)e.ex;
  7007. goto FAULT_0095;
  7008. }
  7009. FAULT_0095:
  7010. {// begin fault (depth: 1)
  7011. U3CGetEnumeratorU3Ed__58_System_IDisposable_Dispose_m86F73AE814F57F2B03CF9B5B80042C9F90C62135(__this, /*hidden argument*/NULL);
  7012. IL2CPP_END_FINALLY(149)
  7013. }// end fault
  7014. IL2CPP_CLEANUP(149)
  7015. {
  7016. IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
  7017. }
  7018. IL_009c:
  7019. {
  7020. bool L_15 = V_0;
  7021. return L_15;
  7022. }
  7023. }
  7024. // System.Void Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::<>m__Finally1()
  7025. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m55F7EF214234CB5AE172B1391E27AD0C2B53C1CC (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method)
  7026. {
  7027. static bool s_Il2CppMethodInitialized;
  7028. if (!s_Il2CppMethodInitialized)
  7029. {
  7030. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var);
  7031. s_Il2CppMethodInitialized = true;
  7032. }
  7033. {
  7034. __this->set_U3CU3E1__state_0((-1));
  7035. RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_3();
  7036. if (!L_0)
  7037. {
  7038. goto IL_001a;
  7039. }
  7040. }
  7041. {
  7042. RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_3();
  7043. NullCheck(L_1);
  7044. InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1);
  7045. }
  7046. IL_001a:
  7047. {
  7048. return;
  7049. }
  7050. }
  7051. // System.Collections.Generic.KeyValuePair`2<System.String,Newtonsoft.Json.Linq.JToken> Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.get_Current()
  7052. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 U3CGetEnumeratorU3Ed__58_System_Collections_Generic_IEnumeratorU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_get_Current_m71CBA61881E0B0809CE43CC3D24F2D3B9F389468 (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method)
  7053. {
  7054. {
  7055. KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_0 = __this->get_U3CU3E2__current_1();
  7056. return L_0;
  7057. }
  7058. }
  7059. // System.Void Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::System.Collections.IEnumerator.Reset()
  7060. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m26EE8DC5BDCE81F7E904EF44D29ACA1208AC16BF (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method)
  7061. {
  7062. {
  7063. NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var)));
  7064. NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL);
  7065. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m26EE8DC5BDCE81F7E904EF44D29ACA1208AC16BF_RuntimeMethod_var)));
  7066. }
  7067. }
  7068. // System.Object Newtonsoft.Json.Linq.JObject/<GetEnumerator>d__58::System.Collections.IEnumerator.get_Current()
  7069. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_get_Current_mCB0A9772FABE1AEF2AE58CC5E7AFEFB9D67A6A3B (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, const RuntimeMethod* method)
  7070. {
  7071. static bool s_Il2CppMethodInitialized;
  7072. if (!s_Il2CppMethodInitialized)
  7073. {
  7074. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87_il2cpp_TypeInfo_var);
  7075. s_Il2CppMethodInitialized = true;
  7076. }
  7077. {
  7078. KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_0 = __this->get_U3CU3E2__current_1();
  7079. KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_1 = L_0;
  7080. RuntimeObject * L_2 = Box(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87_il2cpp_TypeInfo_var, &L_1);
  7081. return L_2;
  7082. }
  7083. }
  7084. #ifdef __clang__
  7085. #pragma clang diagnostic pop
  7086. #endif
  7087. #ifdef __clang__
  7088. #pragma clang diagnostic push
  7089. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7090. #pragma clang diagnostic ignored "-Wunused-variable"
  7091. #endif
  7092. // System.Collections.Generic.IEnumerator`1<Newtonsoft.Json.Linq.JToken> Newtonsoft.Json.Linq.JProperty/JPropertyList::GetEnumerator()
  7093. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JPropertyList_GetEnumerator_m6298870EC6AF369B8C315832F172AF93EC2A6D8E (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method)
  7094. {
  7095. static bool s_Il2CppMethodInitialized;
  7096. if (!s_Il2CppMethodInitialized)
  7097. {
  7098. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C_il2cpp_TypeInfo_var);
  7099. s_Il2CppMethodInitialized = true;
  7100. }
  7101. {
  7102. U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * L_0 = (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C *)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C_il2cpp_TypeInfo_var);
  7103. U3CGetEnumeratorU3Ed__1__ctor_mC49E159103879D4883943B820EDF7233CFEAD55A(L_0, 0, /*hidden argument*/NULL);
  7104. U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * L_1 = L_0;
  7105. NullCheck(L_1);
  7106. L_1->set_U3CU3E4__this_2(__this);
  7107. return L_1;
  7108. }
  7109. }
  7110. // System.Collections.IEnumerator Newtonsoft.Json.Linq.JProperty/JPropertyList::System.Collections.IEnumerable.GetEnumerator()
  7111. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JPropertyList_System_Collections_IEnumerable_GetEnumerator_mA00003A29FB9254EC0967204B5014E29F38C3AB3 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method)
  7112. {
  7113. {
  7114. RuntimeObject* L_0;
  7115. L_0 = JPropertyList_GetEnumerator_m6298870EC6AF369B8C315832F172AF93EC2A6D8E(__this, /*hidden argument*/NULL);
  7116. return L_0;
  7117. }
  7118. }
  7119. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::Add(Newtonsoft.Json.Linq.JToken)
  7120. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList_Add_m837EF41C7D9BA5556766A5C22B5477454B8FAE81 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method)
  7121. {
  7122. {
  7123. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0;
  7124. __this->set__token_0(L_0);
  7125. return;
  7126. }
  7127. }
  7128. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::Clear()
  7129. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList_Clear_m03650052A7E0F5EC6547A167A7CC8761BD011A11 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method)
  7130. {
  7131. {
  7132. __this->set__token_0((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL);
  7133. return;
  7134. }
  7135. }
  7136. // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList::Contains(Newtonsoft.Json.Linq.JToken)
  7137. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyList_Contains_mD81C0C3A194305EAF6B738DC9AD99272217C6C99 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method)
  7138. {
  7139. {
  7140. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__token_0();
  7141. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0;
  7142. return (bool)((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_1))? 1 : 0);
  7143. }
  7144. }
  7145. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)
  7146. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList_CopyTo_mCC957484BA57042BE9D900DD363A51BAD54A2D21 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method)
  7147. {
  7148. {
  7149. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__token_0();
  7150. if (!L_0)
  7151. {
  7152. goto IL_0011;
  7153. }
  7154. }
  7155. {
  7156. JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* L_1 = ___array0;
  7157. int32_t L_2 = ___arrayIndex1;
  7158. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = __this->get__token_0();
  7159. NullCheck(L_1);
  7160. ArrayElementTypeCheck (L_1, L_3);
  7161. (L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_3);
  7162. }
  7163. IL_0011:
  7164. {
  7165. return;
  7166. }
  7167. }
  7168. // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList::Remove(Newtonsoft.Json.Linq.JToken)
  7169. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyList_Remove_m950B0354B86312B65065ECD49D32119373F7B717 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method)
  7170. {
  7171. {
  7172. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__token_0();
  7173. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0;
  7174. if ((!(((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_1))))
  7175. {
  7176. goto IL_0012;
  7177. }
  7178. }
  7179. {
  7180. __this->set__token_0((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL);
  7181. return (bool)1;
  7182. }
  7183. IL_0012:
  7184. {
  7185. return (bool)0;
  7186. }
  7187. }
  7188. // System.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList::get_Count()
  7189. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JPropertyList_get_Count_mE8FCC0B8372587C49BD357673C610F0D5297CC29 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method)
  7190. {
  7191. {
  7192. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__token_0();
  7193. if (L_0)
  7194. {
  7195. goto IL_000a;
  7196. }
  7197. }
  7198. {
  7199. return 0;
  7200. }
  7201. IL_000a:
  7202. {
  7203. return 1;
  7204. }
  7205. }
  7206. // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList::get_IsReadOnly()
  7207. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyList_get_IsReadOnly_m89ABAC2E57A8D610897EC9963A1F66D7614C5080 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method)
  7208. {
  7209. {
  7210. return (bool)0;
  7211. }
  7212. }
  7213. // System.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList::IndexOf(Newtonsoft.Json.Linq.JToken)
  7214. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JPropertyList_IndexOf_m750A7A87FFB5F418EAAAE68B4AAC315861268917 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method)
  7215. {
  7216. {
  7217. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__token_0();
  7218. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0;
  7219. if ((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_1)))
  7220. {
  7221. goto IL_000b;
  7222. }
  7223. }
  7224. {
  7225. return (-1);
  7226. }
  7227. IL_000b:
  7228. {
  7229. return 0;
  7230. }
  7231. }
  7232. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::Insert(System.Int32,Newtonsoft.Json.Linq.JToken)
  7233. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList_Insert_m0FD9E5D4253A0F2669AF475FA7E3B669FF02EE61 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method)
  7234. {
  7235. {
  7236. int32_t L_0 = ___index0;
  7237. if (L_0)
  7238. {
  7239. goto IL_000a;
  7240. }
  7241. }
  7242. {
  7243. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item1;
  7244. __this->set__token_0(L_1);
  7245. }
  7246. IL_000a:
  7247. {
  7248. return;
  7249. }
  7250. }
  7251. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::RemoveAt(System.Int32)
  7252. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList_RemoveAt_mF73C39A1FEC0869A1DF21D0A9CDCEADF55B47EF1 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, int32_t ___index0, const RuntimeMethod* method)
  7253. {
  7254. {
  7255. int32_t L_0 = ___index0;
  7256. if (L_0)
  7257. {
  7258. goto IL_000a;
  7259. }
  7260. }
  7261. {
  7262. __this->set__token_0((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL);
  7263. }
  7264. IL_000a:
  7265. {
  7266. return;
  7267. }
  7268. }
  7269. // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList::get_Item(System.Int32)
  7270. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JPropertyList_get_Item_m4DC467682227207DE9576A0A9FFC2A06BA039DAD (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, int32_t ___index0, const RuntimeMethod* method)
  7271. {
  7272. {
  7273. int32_t L_0 = ___index0;
  7274. if (!L_0)
  7275. {
  7276. goto IL_0005;
  7277. }
  7278. }
  7279. {
  7280. return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL;
  7281. }
  7282. IL_0005:
  7283. {
  7284. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = __this->get__token_0();
  7285. return L_1;
  7286. }
  7287. }
  7288. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::set_Item(System.Int32,Newtonsoft.Json.Linq.JToken)
  7289. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList_set_Item_mF83B138BD7E00567EF50A00AEA712F309FC458C8 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method)
  7290. {
  7291. {
  7292. int32_t L_0 = ___index0;
  7293. if (L_0)
  7294. {
  7295. goto IL_000a;
  7296. }
  7297. }
  7298. {
  7299. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___value1;
  7300. __this->set__token_0(L_1);
  7301. }
  7302. IL_000a:
  7303. {
  7304. return;
  7305. }
  7306. }
  7307. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::.ctor()
  7308. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList__ctor_m63BD4D2D4FFEAAD459547F36CF2065452B042324 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method)
  7309. {
  7310. {
  7311. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7312. return;
  7313. }
  7314. }
  7315. #ifdef __clang__
  7316. #pragma clang diagnostic pop
  7317. #endif
  7318. #ifdef __clang__
  7319. #pragma clang diagnostic push
  7320. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7321. #pragma clang diagnostic ignored "-Wunused-variable"
  7322. #endif
  7323. #ifdef __clang__
  7324. #pragma clang diagnostic pop
  7325. #endif
  7326. #ifdef __clang__
  7327. #pragma clang diagnostic push
  7328. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7329. #pragma clang diagnostic ignored "-Wunused-variable"
  7330. #endif
  7331. #ifdef __clang__
  7332. #pragma clang diagnostic pop
  7333. #endif
  7334. #ifdef __clang__
  7335. #pragma clang diagnostic push
  7336. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7337. #pragma clang diagnostic ignored "-Wunused-variable"
  7338. #endif
  7339. #ifdef __clang__
  7340. #pragma clang diagnostic pop
  7341. #endif
  7342. #ifdef __clang__
  7343. #pragma clang diagnostic push
  7344. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7345. #pragma clang diagnostic ignored "-Wunused-variable"
  7346. #endif
  7347. #ifdef __clang__
  7348. #pragma clang diagnostic pop
  7349. #endif
  7350. #ifdef __clang__
  7351. #pragma clang diagnostic push
  7352. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7353. #pragma clang diagnostic ignored "-Wunused-variable"
  7354. #endif
  7355. // System.Void Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::.ctor(System.Int32,System.Int32)
  7356. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfoAnnotation__ctor_m45F8C31152F816EEC11212E29FCD281E0D038C34 (LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method)
  7357. {
  7358. {
  7359. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7360. int32_t L_0 = ___lineNumber0;
  7361. __this->set_LineNumber_0(L_0);
  7362. int32_t L_1 = ___linePosition1;
  7363. __this->set_LinePosition_1(L_1);
  7364. return;
  7365. }
  7366. }
  7367. #ifdef __clang__
  7368. #pragma clang diagnostic pop
  7369. #endif
  7370. #ifdef __clang__
  7371. #pragma clang diagnostic push
  7372. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7373. #pragma clang diagnostic ignored "-Wunused-variable"
  7374. #endif
  7375. // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::.ctor()
  7376. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass73_0__ctor_mDE3BBA79D3D24F07C649FFFC6EA9050BAF9E0F1C (U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 * __this, const RuntimeMethod* method)
  7377. {
  7378. {
  7379. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7380. return;
  7381. }
  7382. }
  7383. // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::<CreateSerializationCallback>b__0(System.Object,System.Runtime.Serialization.StreamingContext)
  7384. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m0CCC486045F01CB1ABC8F6D058C7AEB3FB9938B9 (U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method)
  7385. {
  7386. static bool s_Il2CppMethodInitialized;
  7387. if (!s_Il2CppMethodInitialized)
  7388. {
  7389. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  7390. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_il2cpp_TypeInfo_var);
  7391. s_Il2CppMethodInitialized = true;
  7392. }
  7393. {
  7394. MethodInfo_t * L_0 = __this->get_callbackMethodInfo_0();
  7395. RuntimeObject * L_1 = ___o0;
  7396. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1);
  7397. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2;
  7398. StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_4 = ___context1;
  7399. StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = L_4;
  7400. RuntimeObject * L_6 = Box(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_il2cpp_TypeInfo_var, &L_5);
  7401. NullCheck(L_3);
  7402. ArrayElementTypeCheck (L_3, L_6);
  7403. (L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
  7404. NullCheck(L_0);
  7405. RuntimeObject * L_7;
  7406. L_7 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_0, L_1, L_3, /*hidden argument*/NULL);
  7407. return;
  7408. }
  7409. }
  7410. #ifdef __clang__
  7411. #pragma clang diagnostic pop
  7412. #endif
  7413. #ifdef __clang__
  7414. #pragma clang diagnostic push
  7415. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7416. #pragma clang diagnostic ignored "-Wunused-variable"
  7417. #endif
  7418. // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::.ctor()
  7419. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_m2039C4E4C4667BFA834AF8CBA55F60AC674ED227 (U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 * __this, const RuntimeMethod* method)
  7420. {
  7421. {
  7422. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7423. return;
  7424. }
  7425. }
  7426. // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::<CreateSerializationErrorCallback>b__0(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext)
  7427. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m6FE49A01A57F2D55E9C05CD142AEB158F2F19452 (U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___econtext2, const RuntimeMethod* method)
  7428. {
  7429. static bool s_Il2CppMethodInitialized;
  7430. if (!s_Il2CppMethodInitialized)
  7431. {
  7432. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  7433. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_il2cpp_TypeInfo_var);
  7434. s_Il2CppMethodInitialized = true;
  7435. }
  7436. {
  7437. MethodInfo_t * L_0 = __this->get_callbackMethodInfo_0();
  7438. RuntimeObject * L_1 = ___o0;
  7439. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2);
  7440. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2;
  7441. StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_4 = ___context1;
  7442. StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = L_4;
  7443. RuntimeObject * L_6 = Box(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_il2cpp_TypeInfo_var, &L_5);
  7444. NullCheck(L_3);
  7445. ArrayElementTypeCheck (L_3, L_6);
  7446. (L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
  7447. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_3;
  7448. ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * L_8 = ___econtext2;
  7449. NullCheck(L_7);
  7450. ArrayElementTypeCheck (L_7, L_8);
  7451. (L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
  7452. NullCheck(L_0);
  7453. RuntimeObject * L_9;
  7454. L_9 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_0, L_1, L_7, /*hidden argument*/NULL);
  7455. return;
  7456. }
  7457. }
  7458. #ifdef __clang__
  7459. #pragma clang diagnostic pop
  7460. #endif
  7461. #ifdef __clang__
  7462. #pragma clang diagnostic push
  7463. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7464. #pragma clang diagnostic ignored "-Wunused-variable"
  7465. #endif
  7466. #ifdef __clang__
  7467. #pragma clang diagnostic pop
  7468. #endif
  7469. #ifdef __clang__
  7470. #pragma clang diagnostic push
  7471. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7472. #pragma clang diagnostic ignored "-Wunused-variable"
  7473. #endif
  7474. // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer::System.Collections.Generic.IEqualityComparer<System.Object>.Equals(System.Object,System.Object)
  7475. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceEqualsEqualityComparer_System_Collections_Generic_IEqualityComparerU3CSystem_ObjectU3E_Equals_mBE0FDE09DEFB94D4A18D89BE52FAA99C2C8784AC (ReferenceEqualsEqualityComparer_t010754200AA57FC047ADC0CDA0E0101ED46D791E * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
  7476. {
  7477. {
  7478. RuntimeObject * L_0 = ___x0;
  7479. RuntimeObject * L_1 = ___y1;
  7480. return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))? 1 : 0);
  7481. }
  7482. }
  7483. // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer::System.Collections.Generic.IEqualityComparer<System.Object>.GetHashCode(System.Object)
  7484. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReferenceEqualsEqualityComparer_System_Collections_Generic_IEqualityComparerU3CSystem_ObjectU3E_GetHashCode_mA70F644AB9839D31065574E6EFC2F39CEABC3D81 (ReferenceEqualsEqualityComparer_t010754200AA57FC047ADC0CDA0E0101ED46D791E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
  7485. {
  7486. {
  7487. RuntimeObject * L_0 = ___obj0;
  7488. int32_t L_1;
  7489. L_1 = RuntimeHelpers_GetHashCode_mDA6691034E245B5F619B108F3597725FF7862DA1(L_0, /*hidden argument*/NULL);
  7490. return L_1;
  7491. }
  7492. }
  7493. // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer::.ctor()
  7494. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceEqualsEqualityComparer__ctor_m53539D43C1367A9014A0D5AE7C1BA9006444C47B (ReferenceEqualsEqualityComparer_t010754200AA57FC047ADC0CDA0E0101ED46D791E * __this, const RuntimeMethod* method)
  7495. {
  7496. {
  7497. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7498. return;
  7499. }
  7500. }
  7501. #ifdef __clang__
  7502. #pragma clang diagnostic pop
  7503. #endif
  7504. #ifdef __clang__
  7505. #pragma clang diagnostic push
  7506. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7507. #pragma clang diagnostic ignored "-Wunused-variable"
  7508. #endif
  7509. // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::.cctor()
  7510. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3C3094F0A38E4065FE127CDA58174DBD9E4F7CDB (const RuntimeMethod* method)
  7511. {
  7512. static bool s_Il2CppMethodInitialized;
  7513. if (!s_Il2CppMethodInitialized)
  7514. {
  7515. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_il2cpp_TypeInfo_var);
  7516. s_Il2CppMethodInitialized = true;
  7517. }
  7518. {
  7519. U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * L_0 = (U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA *)il2cpp_codegen_object_new(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_il2cpp_TypeInfo_var);
  7520. U3CU3Ec__ctor_m197909213DCD3EA6A9B847D52B274909ADB01C0B(L_0, /*hidden argument*/NULL);
  7521. ((U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  7522. return;
  7523. }
  7524. }
  7525. // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::.ctor()
  7526. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m197909213DCD3EA6A9B847D52B274909ADB01C0B (U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * __this, const RuntimeMethod* method)
  7527. {
  7528. {
  7529. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7530. return;
  7531. }
  7532. }
  7533. // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<CreateObjectUsingCreatorWithParameters>b__36_0(Newtonsoft.Json.Serialization.JsonProperty)
  7534. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_0_m54E3311FDB8CCB7E64803F09F014E12333C4ECE2 (U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___p0, const RuntimeMethod* method)
  7535. {
  7536. {
  7537. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = ___p0;
  7538. NullCheck(L_0);
  7539. String_t* L_1;
  7540. L_1 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_0, /*hidden argument*/NULL);
  7541. return L_1;
  7542. }
  7543. }
  7544. // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<CreateObjectUsingCreatorWithParameters>b__36_2(Newtonsoft.Json.Serialization.JsonProperty)
  7545. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_2_m9C87A724A2224B19E8AD4BCCF6D0633E61FCBA3B (U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___p0, const RuntimeMethod* method)
  7546. {
  7547. {
  7548. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = ___p0;
  7549. NullCheck(L_0);
  7550. String_t* L_1;
  7551. L_1 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_0, /*hidden argument*/NULL);
  7552. return L_1;
  7553. }
  7554. }
  7555. // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<PopulateObject>b__41_0(Newtonsoft.Json.Serialization.JsonProperty)
  7556. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * U3CU3Ec_U3CPopulateObjectU3Eb__41_0_mD7A16E3DA463CEA1F861A6607449112C70B509CE (U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___m0, const RuntimeMethod* method)
  7557. {
  7558. {
  7559. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = ___m0;
  7560. return L_0;
  7561. }
  7562. }
  7563. // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<PopulateObject>b__41_1(Newtonsoft.Json.Serialization.JsonProperty)
  7564. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CPopulateObjectU3Eb__41_1_mF4BCEE23113F422519BD0DFDC812DFE65FD69F48 (U3CU3Ec_t971E8B12B9A6FD0743BA9DC42FF98B083273E4CA * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___m0, const RuntimeMethod* method)
  7565. {
  7566. {
  7567. return (int32_t)(0);
  7568. }
  7569. }
  7570. #ifdef __clang__
  7571. #pragma clang diagnostic pop
  7572. #endif
  7573. #ifdef __clang__
  7574. #pragma clang diagnostic push
  7575. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7576. #pragma clang diagnostic ignored "-Wunused-variable"
  7577. #endif
  7578. // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0::.ctor()
  7579. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_mC863D859C9704D6D335339502E8C991324810635 (U3CU3Ec__DisplayClass36_0_t8AC3FC48834E6E9D54EFE58B05FFD80CE3FFC440 * __this, const RuntimeMethod* method)
  7580. {
  7581. {
  7582. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7583. return;
  7584. }
  7585. }
  7586. // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0::<CreateObjectUsingCreatorWithParameters>b__1(Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext)
  7587. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass36_0_U3CCreateObjectUsingCreatorWithParametersU3Eb__1_mF669F8BFE84823AA5FE418E1474EC2DDC62133E6 (U3CU3Ec__DisplayClass36_0_t8AC3FC48834E6E9D54EFE58B05FFD80CE3FFC440 * __this, CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1 * ___p0, const RuntimeMethod* method)
  7588. {
  7589. {
  7590. CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1 * L_0 = ___p0;
  7591. NullCheck(L_0);
  7592. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_1 = L_0->get_Property_1();
  7593. JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_2 = __this->get_property_0();
  7594. return (bool)((((int32_t)((((RuntimeObject*)(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)L_1) == ((RuntimeObject*)(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
  7595. }
  7596. }
  7597. #ifdef __clang__
  7598. #pragma clang diagnostic pop
  7599. #endif
  7600. #ifdef __clang__
  7601. #pragma clang diagnostic push
  7602. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7603. #pragma clang diagnostic ignored "-Wunused-variable"
  7604. #endif
  7605. // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::.ctor()
  7606. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreatorPropertyContext__ctor_m866EFFCAF18327FBC0189EDE0DACE665F154DA56 (CreatorPropertyContext_t82894DF721C6B9CA2B247EA6FA7B42A17382D9B1 * __this, const RuntimeMethod* method)
  7607. {
  7608. {
  7609. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7610. return;
  7611. }
  7612. }
  7613. #ifdef __clang__
  7614. #pragma clang diagnostic pop
  7615. #endif
  7616. #ifdef __clang__
  7617. #pragma clang diagnostic push
  7618. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7619. #pragma clang diagnostic ignored "-Wunused-variable"
  7620. #endif
  7621. #ifdef __clang__
  7622. #pragma clang diagnostic pop
  7623. #endif
  7624. #ifdef __clang__
  7625. #pragma clang diagnostic push
  7626. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7627. #pragma clang diagnostic ignored "-Wunused-variable"
  7628. #endif
  7629. // System.Void Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass90_0::.ctor()
  7630. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass90_0__ctor_mEB76F3955B036C72D1DEC286FDAE082BE9823736 (U3CU3Ec__DisplayClass90_0_tF4854E2504C48977ADB38499719B479F78AF575F * __this, const RuntimeMethod* method)
  7631. {
  7632. {
  7633. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7634. return;
  7635. }
  7636. }
  7637. #ifdef __clang__
  7638. #pragma clang diagnostic pop
  7639. #endif
  7640. #ifdef __clang__
  7641. #pragma clang diagnostic push
  7642. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7643. #pragma clang diagnostic ignored "-Wunused-variable"
  7644. #endif
  7645. // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::.cctor()
  7646. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m49395C8BF101A655C64A8A6DB02E5483378EB255 (const RuntimeMethod* method)
  7647. {
  7648. static bool s_Il2CppMethodInitialized;
  7649. if (!s_Il2CppMethodInitialized)
  7650. {
  7651. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var);
  7652. s_Il2CppMethodInitialized = true;
  7653. }
  7654. {
  7655. U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * L_0 = (U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 *)il2cpp_codegen_object_new(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var);
  7656. U3CU3Ec__ctor_m33C772708BBE9354F6F02B61BFABCCF96CE85045(L_0, /*hidden argument*/NULL);
  7657. ((U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  7658. return;
  7659. }
  7660. }
  7661. // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::.ctor()
  7662. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m33C772708BBE9354F6F02B61BFABCCF96CE85045 (U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * __this, const RuntimeMethod* method)
  7663. {
  7664. {
  7665. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7666. return;
  7667. }
  7668. }
  7669. // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::<GetJsonConverterCreator>b__18_1(System.Object)
  7670. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * U3CU3Ec_U3CGetJsonConverterCreatorU3Eb__18_1_m10633A41FD86AC5D98E39BEA3E6C9B21369C6D8F (U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * __this, RuntimeObject * ___param0, const RuntimeMethod* method)
  7671. {
  7672. {
  7673. RuntimeObject * L_0 = ___param0;
  7674. NullCheck(L_0);
  7675. Type_t * L_1;
  7676. L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL);
  7677. return L_1;
  7678. }
  7679. }
  7680. #ifdef __clang__
  7681. #pragma clang diagnostic pop
  7682. #endif
  7683. #ifdef __clang__
  7684. #pragma clang diagnostic push
  7685. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7686. #pragma clang diagnostic ignored "-Wunused-variable"
  7687. #endif
  7688. // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::.ctor()
  7689. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_m891E1B133F71FB2FD7A7A98E7322328B3B1BA7B5 (U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * __this, const RuntimeMethod* method)
  7690. {
  7691. {
  7692. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7693. return;
  7694. }
  7695. }
  7696. // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::<GetJsonConverterCreator>b__0(System.Object[])
  7697. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6 (U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters0, const RuntimeMethod* method)
  7698. {
  7699. static bool s_Il2CppMethodInitialized;
  7700. if (!s_Il2CppMethodInitialized)
  7701. {
  7702. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisRuntimeObject_TisType_t_m6C66930D0B04779F666DA976A5E22B4C9AB3A4BC_RuntimeMethod_var);
  7703. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C_RuntimeMethod_var);
  7704. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var);
  7705. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m84B84849EC5A4CBDFA2EAC12D68E99B17D87EAFD_RuntimeMethod_var);
  7706. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF_il2cpp_TypeInfo_var);
  7707. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_il2cpp_TypeInfo_var);
  7708. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var);
  7709. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var);
  7710. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetJsonConverterCreatorU3Eb__18_1_m10633A41FD86AC5D98E39BEA3E6C9B21369C6D8F_RuntimeMethod_var);
  7711. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var);
  7712. s_Il2CppMethodInitialized = true;
  7713. }
  7714. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_0 = NULL;
  7715. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_1 = NULL;
  7716. JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * V_2 = NULL;
  7717. Exception_t * V_3 = NULL;
  7718. il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
  7719. il2cpp::utils::ExceptionSupportStack<int32_t, 2> __leave_targets;
  7720. Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * G_B3_0 = NULL;
  7721. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_1 = NULL;
  7722. Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * G_B2_0 = NULL;
  7723. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_1 = NULL;
  7724. IL_0000:
  7725. try
  7726. {// begin try (depth: 1)
  7727. {
  7728. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___parameters0;
  7729. if (!L_0)
  7730. {
  7731. goto IL_0072;
  7732. }
  7733. }
  7734. IL_0003:
  7735. {
  7736. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___parameters0;
  7737. IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var);
  7738. Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * L_2 = ((U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var))->get_U3CU3E9__18_1_1();
  7739. Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * L_3 = L_2;
  7740. G_B2_0 = L_3;
  7741. G_B2_1 = L_1;
  7742. if (L_3)
  7743. {
  7744. G_B3_0 = L_3;
  7745. G_B3_1 = L_1;
  7746. goto IL_0023;
  7747. }
  7748. }
  7749. IL_000c:
  7750. {
  7751. IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var);
  7752. U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65 * L_4 = ((U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
  7753. Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * L_5 = (Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF *)il2cpp_codegen_object_new(Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF_il2cpp_TypeInfo_var);
  7754. Func_2__ctor_m84B84849EC5A4CBDFA2EAC12D68E99B17D87EAFD(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CGetJsonConverterCreatorU3Eb__18_1_m10633A41FD86AC5D98E39BEA3E6C9B21369C6D8F_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m84B84849EC5A4CBDFA2EAC12D68E99B17D87EAFD_RuntimeMethod_var);
  7755. Func_2_t1BAD9F1A22B63A9F2F0380E7FB5D5BB7FED704BF * L_6 = L_5;
  7756. ((U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF95D78163C572A3BCE0B59B2D5861A1026DA7C65_il2cpp_TypeInfo_var))->set_U3CU3E9__18_1_1(L_6);
  7757. G_B3_0 = L_6;
  7758. G_B3_1 = G_B2_1;
  7759. }
  7760. IL_0023:
  7761. {
  7762. RuntimeObject* L_7;
  7763. L_7 = Enumerable_Select_TisRuntimeObject_TisType_t_m6C66930D0B04779F666DA976A5E22B4C9AB3A4BC((RuntimeObject*)(RuntimeObject*)G_B3_1, G_B3_0, /*hidden argument*/Enumerable_Select_TisRuntimeObject_TisType_t_m6C66930D0B04779F666DA976A5E22B4C9AB3A4BC_RuntimeMethod_var);
  7764. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8;
  7765. L_8 = Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C(L_7, /*hidden argument*/Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C_RuntimeMethod_var);
  7766. V_0 = L_8;
  7767. Type_t * L_9 = __this->get_converterType_0();
  7768. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_10 = V_0;
  7769. NullCheck(L_9);
  7770. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_11;
  7771. L_11 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_9, L_10, /*hidden argument*/NULL);
  7772. V_1 = L_11;
  7773. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_12 = V_1;
  7774. if (!L_12)
  7775. {
  7776. goto IL_0057;
  7777. }
  7778. }
  7779. IL_003e:
  7780. {
  7781. IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var);
  7782. ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_13;
  7783. L_13 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL);
  7784. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_14 = V_1;
  7785. NullCheck(L_13);
  7786. ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_15;
  7787. L_15 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1<System.Object> Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_13, L_14);
  7788. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = ___parameters0;
  7789. NullCheck(L_15);
  7790. RuntimeObject * L_17;
  7791. L_17 = ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF(L_15, L_16, /*hidden argument*/ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var);
  7792. V_2 = ((JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)CastclassClass((RuntimeObject*)L_17, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_il2cpp_TypeInfo_var));
  7793. goto IL_00c5;
  7794. }
  7795. IL_0057:
  7796. {
  7797. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)));
  7798. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18;
  7799. L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL);
  7800. Type_t * L_19 = __this->get_converterType_0();
  7801. String_t* L_20;
  7802. L_20 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral23B435163284C2F25AE5E84212B0650024F0760B)), L_18, L_19, /*hidden argument*/NULL);
  7803. JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_21 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var)));
  7804. JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_21, L_20, /*hidden argument*/NULL);
  7805. IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6_RuntimeMethod_var)));
  7806. }
  7807. IL_0072:
  7808. {
  7809. Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_22 = __this->get_defaultConstructor_1();
  7810. if (L_22)
  7811. {
  7812. goto IL_0095;
  7813. }
  7814. }
  7815. IL_007a:
  7816. {
  7817. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)));
  7818. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23;
  7819. L_23 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL);
  7820. Type_t * L_24 = __this->get_converterType_0();
  7821. String_t* L_25;
  7822. L_25 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92A38C953A6126D97ED1B04B582F3B4519E7D184)), L_23, L_24, /*hidden argument*/NULL);
  7823. JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_26 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var)));
  7824. JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_26, L_25, /*hidden argument*/NULL);
  7825. IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6_RuntimeMethod_var)));
  7826. }
  7827. IL_0095:
  7828. {
  7829. Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_27 = __this->get_defaultConstructor_1();
  7830. NullCheck(L_27);
  7831. RuntimeObject * L_28;
  7832. L_28 = Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701(L_27, /*hidden argument*/Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var);
  7833. V_2 = ((JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)CastclassClass((RuntimeObject*)L_28, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_il2cpp_TypeInfo_var));
  7834. goto IL_00c5;
  7835. }
  7836. }// end try (depth: 1)
  7837. catch(Il2CppExceptionWrapper& e)
  7838. {
  7839. if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
  7840. {
  7841. IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
  7842. goto CATCH_00a8;
  7843. }
  7844. throw e;
  7845. }
  7846. CATCH_00a8:
  7847. {// begin catch(System.Exception)
  7848. V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *));
  7849. IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)));
  7850. CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29;
  7851. L_29 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL);
  7852. Type_t * L_30 = __this->get_converterType_0();
  7853. String_t* L_31;
  7854. L_31 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6699410DAF356A90DFDDE06D8F3571412FFE4442)), L_29, L_30, /*hidden argument*/NULL);
  7855. Exception_t * L_32 = V_3;
  7856. JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_33 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var)));
  7857. JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D(L_33, L_31, L_32, /*hidden argument*/NULL);
  7858. IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6_RuntimeMethod_var)));
  7859. }// end catch (depth: 1)
  7860. IL_00c5:
  7861. {
  7862. JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_34 = V_2;
  7863. return L_34;
  7864. }
  7865. }
  7866. #ifdef __clang__
  7867. #pragma clang diagnostic pop
  7868. #endif
  7869. #ifdef __clang__
  7870. #pragma clang diagnostic push
  7871. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7872. #pragma clang diagnostic ignored "-Wunused-variable"
  7873. #endif
  7874. #ifdef __clang__
  7875. #pragma clang diagnostic pop
  7876. #endif
  7877. #ifdef __clang__
  7878. #pragma clang diagnostic push
  7879. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7880. #pragma clang diagnostic ignored "-Wunused-variable"
  7881. #endif
  7882. // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::.ctor()
  7883. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m284ADEC97F298D777146D5B676D3E4E2DF017CB1 (U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * __this, const RuntimeMethod* method)
  7884. {
  7885. {
  7886. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7887. return;
  7888. }
  7889. }
  7890. // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::<CreateParameterizedConstructor>b__0(System.Object[])
  7891. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m10158FA5080CF58CD0869216D25D4EA37301748D (U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___a0, const RuntimeMethod* method)
  7892. {
  7893. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL;
  7894. {
  7895. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___a0;
  7896. V_0 = L_0;
  7897. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_1 = __this->get_c_0();
  7898. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = V_0;
  7899. NullCheck(L_1);
  7900. RuntimeObject * L_3;
  7901. L_3 = ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906(L_1, L_2, /*hidden argument*/NULL);
  7902. return L_3;
  7903. }
  7904. }
  7905. // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::<CreateParameterizedConstructor>b__1(System.Object[])
  7906. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m3CAAE331CBBB15539A0E2A2AA6410252DD05844C (U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___a0, const RuntimeMethod* method)
  7907. {
  7908. {
  7909. MethodBase_t * L_0 = __this->get_method_1();
  7910. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___a0;
  7911. NullCheck(L_0);
  7912. RuntimeObject * L_2;
  7913. L_2 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_0, NULL, L_1, /*hidden argument*/NULL);
  7914. return L_2;
  7915. }
  7916. }
  7917. #ifdef __clang__
  7918. #pragma clang diagnostic pop
  7919. #endif
  7920. #ifdef __clang__
  7921. #pragma clang diagnostic push
  7922. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7923. #pragma clang diagnostic ignored "-Wunused-variable"
  7924. #endif
  7925. // System.Void Newtonsoft.Json.Utilities.PropertyNameTable/Entry::.ctor(System.String,System.Int32,Newtonsoft.Json.Utilities.PropertyNameTable/Entry)
  7926. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_mD29E897D893C91A2933F87A8F1CC9D6BE8DF16D6 (Entry_tD42BECCBE255C43533FE588B543794E909F9598C * __this, String_t* ___value0, int32_t ___hashCode1, Entry_tD42BECCBE255C43533FE588B543794E909F9598C * ___next2, const RuntimeMethod* method)
  7927. {
  7928. {
  7929. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7930. String_t* L_0 = ___value0;
  7931. __this->set_Value_0(L_0);
  7932. int32_t L_1 = ___hashCode1;
  7933. __this->set_HashCode_1(L_1);
  7934. Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_2 = ___next2;
  7935. __this->set_Next_2(L_2);
  7936. return;
  7937. }
  7938. }
  7939. #ifdef __clang__
  7940. #pragma clang diagnostic pop
  7941. #endif
  7942. #ifdef __clang__
  7943. #pragma clang diagnostic push
  7944. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7945. #pragma clang diagnostic ignored "-Wunused-variable"
  7946. #endif
  7947. #ifdef __clang__
  7948. #pragma clang diagnostic pop
  7949. #endif
  7950. #ifdef __clang__
  7951. #pragma clang diagnostic push
  7952. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7953. #pragma clang diagnostic ignored "-Wunused-variable"
  7954. #endif
  7955. // System.Void Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0::.ctor()
  7956. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m5BEC8931A7CFA6F2562DF252E1D0557042E856D7 (U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 * __this, const RuntimeMethod* method)
  7957. {
  7958. {
  7959. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7960. return;
  7961. }
  7962. }
  7963. // System.Object Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0::<Create>b__0(System.Object[])
  7964. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass13_0_U3CCreateU3Eb__0_m94CD2B6E95976B8BB1C937BBAF665334662288FA (U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method)
  7965. {
  7966. static bool s_Il2CppMethodInitialized;
  7967. if (!s_Il2CppMethodInitialized)
  7968. {
  7969. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var);
  7970. s_Il2CppMethodInitialized = true;
  7971. }
  7972. {
  7973. Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = __this->get_ctor_0();
  7974. NullCheck(L_0);
  7975. RuntimeObject * L_1;
  7976. L_1 = Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701(L_0, /*hidden argument*/Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var);
  7977. return L_1;
  7978. }
  7979. }
  7980. #ifdef __clang__
  7981. #pragma clang diagnostic pop
  7982. #endif
  7983. #ifdef __clang__
  7984. #pragma clang diagnostic push
  7985. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  7986. #pragma clang diagnostic ignored "-Wunused-variable"
  7987. #endif
  7988. // System.Void Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1::.ctor()
  7989. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1__ctor_mE629E8AA7BF56EEEF814F151A65A4B1D6AFA7806 (U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 * __this, const RuntimeMethod* method)
  7990. {
  7991. {
  7992. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  7993. return;
  7994. }
  7995. }
  7996. // System.Object Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1::<Create>b__1(System.Object)
  7997. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass13_1_U3CCreateU3Eb__1_mA4CEB8DCDB87B0B62F376E8761712FA105337E9B (U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 * __this, RuntimeObject * ___target0, const RuntimeMethod* method)
  7998. {
  7999. static bool s_Il2CppMethodInitialized;
  8000. if (!s_Il2CppMethodInitialized)
  8001. {
  8002. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  8003. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  8004. s_Il2CppMethodInitialized = true;
  8005. }
  8006. {
  8007. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_0 = __this->get_call_0();
  8008. RuntimeObject * L_1 = ___target0;
  8009. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0);
  8010. NullCheck(L_0);
  8011. RuntimeObject * L_3;
  8012. L_3 = MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA(L_0, L_1, L_2, /*hidden argument*/MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  8013. return L_3;
  8014. }
  8015. }
  8016. #ifdef __clang__
  8017. #pragma clang diagnostic pop
  8018. #endif
  8019. #ifdef __clang__
  8020. #pragma clang diagnostic push
  8021. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  8022. #pragma clang diagnostic ignored "-Wunused-variable"
  8023. #endif
  8024. // System.Void Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2::.ctor()
  8025. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_2__ctor_m7942108C02C4C534B2E24DFCAF50C1365918A8FD (U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 * __this, const RuntimeMethod* method)
  8026. {
  8027. {
  8028. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  8029. return;
  8030. }
  8031. }
  8032. // System.Void Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2::<Create>b__2(System.Object,System.Object)
  8033. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_2_U3CCreateU3Eb__2_m1AD4537D3CE56E60192F194146C0DFF6CF9F0A26 (U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 * __this, RuntimeObject * ___target0, RuntimeObject * ___arg1, const RuntimeMethod* method)
  8034. {
  8035. static bool s_Il2CppMethodInitialized;
  8036. if (!s_Il2CppMethodInitialized)
  8037. {
  8038. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  8039. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var);
  8040. s_Il2CppMethodInitialized = true;
  8041. }
  8042. {
  8043. MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_0 = __this->get_call_0();
  8044. RuntimeObject * L_1 = ___target0;
  8045. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1);
  8046. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2;
  8047. RuntimeObject * L_4 = ___arg1;
  8048. NullCheck(L_3);
  8049. ArrayElementTypeCheck (L_3, L_4);
  8050. (L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
  8051. NullCheck(L_0);
  8052. RuntimeObject * L_5;
  8053. L_5 = MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA(L_0, L_1, L_3, /*hidden argument*/MethodCall_2_Invoke_m7B3DF61766C806B9D58ADD751F5C310DAA8046CA_RuntimeMethod_var);
  8054. return;
  8055. }
  8056. }
  8057. #ifdef __clang__
  8058. #pragma clang diagnostic pop
  8059. #endif
  8060. #ifdef __clang__
  8061. #pragma clang diagnostic push
  8062. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  8063. #pragma clang diagnostic ignored "-Wunused-variable"
  8064. #endif
  8065. // System.Void Newtonsoft.Json.Utilities.ReflectionUtils/<>c::.cctor()
  8066. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCF4C3631A1BD5C3B61ED05E30940B5E361B28828 (const RuntimeMethod* method)
  8067. {
  8068. static bool s_Il2CppMethodInitialized;
  8069. if (!s_Il2CppMethodInitialized)
  8070. {
  8071. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var);
  8072. s_Il2CppMethodInitialized = true;
  8073. }
  8074. {
  8075. U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * L_0 = (U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 *)il2cpp_codegen_object_new(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var);
  8076. U3CU3Ec__ctor_mDA33AA8E118D1D8277E3467575C9E5B9AB628E46(L_0, /*hidden argument*/NULL);
  8077. ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
  8078. return;
  8079. }
  8080. }
  8081. // System.Void Newtonsoft.Json.Utilities.ReflectionUtils/<>c::.ctor()
  8082. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mDA33AA8E118D1D8277E3467575C9E5B9AB628E46 (U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * __this, const RuntimeMethod* method)
  8083. {
  8084. {
  8085. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  8086. return;
  8087. }
  8088. }
  8089. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<GetDefaultConstructor>b__10_0(System.Reflection.ConstructorInfo)
  8090. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetDefaultConstructorU3Eb__10_0_m17815478D5DCADBBD2A6AA34250EDF5A111E5B78 (U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * __this, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___c0, const RuntimeMethod* method)
  8091. {
  8092. static bool s_Il2CppMethodInitialized;
  8093. if (!s_Il2CppMethodInitialized)
  8094. {
  8095. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_mCA7F2D2ABE8559A4B3FABDAB2EB0A244BB9FF107_RuntimeMethod_var);
  8096. s_Il2CppMethodInitialized = true;
  8097. }
  8098. {
  8099. ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_0 = ___c0;
  8100. NullCheck(L_0);
  8101. ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_1;
  8102. L_1 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0);
  8103. bool L_2;
  8104. L_2 = Enumerable_Any_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_mCA7F2D2ABE8559A4B3FABDAB2EB0A244BB9FF107((RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/Enumerable_Any_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_mCA7F2D2ABE8559A4B3FABDAB2EB0A244BB9FF107_RuntimeMethod_var);
  8105. return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
  8106. }
  8107. }
  8108. // System.String Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<GetFieldsAndProperties>b__29_0(System.Reflection.MemberInfo)
  8109. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__29_0_m916E1FDF7C53DFA1D4BD32052B264443CE1E94CA (U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * __this, MemberInfo_t * ___m0, const RuntimeMethod* method)
  8110. {
  8111. {
  8112. MemberInfo_t * L_0 = ___m0;
  8113. NullCheck(L_0);
  8114. String_t* L_1;
  8115. L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
  8116. return L_1;
  8117. }
  8118. }
  8119. // System.Type Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<GetMemberInfoFromType>b__37_0(System.Reflection.ParameterInfo)
  8120. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__37_0_m06E1B0E80F071C82CF50F5817F9AAF8FD3A56E8A (U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * __this, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___p0, const RuntimeMethod* method)
  8121. {
  8122. {
  8123. ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_0 = ___p0;
  8124. NullCheck(L_0);
  8125. Type_t * L_1;
  8126. L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_0);
  8127. return L_1;
  8128. }
  8129. }
  8130. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<GetChildPrivateFields>b__39_0(System.Reflection.FieldInfo)
  8131. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__39_0_m8AC377D32B6BAC80570452D84F2D48EB9E7BE7DD (U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * __this, FieldInfo_t * ___f0, const RuntimeMethod* method)
  8132. {
  8133. {
  8134. FieldInfo_t * L_0 = ___f0;
  8135. NullCheck(L_0);
  8136. bool L_1;
  8137. L_1 = FieldInfo_get_IsPrivate_m33AC8E111CE7497070E6F65F11E68CD536D42072(L_0, /*hidden argument*/NULL);
  8138. return L_1;
  8139. }
  8140. }
  8141. #ifdef __clang__
  8142. #pragma clang diagnostic pop
  8143. #endif
  8144. #ifdef __clang__
  8145. #pragma clang diagnostic push
  8146. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  8147. #pragma clang diagnostic ignored "-Wunused-variable"
  8148. #endif
  8149. // System.Void Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0::.ctor()
  8150. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass42_0__ctor_mEF8413C4DF73A6067FF49DE2D7778969478194EE (U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * __this, const RuntimeMethod* method)
  8151. {
  8152. {
  8153. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  8154. return;
  8155. }
  8156. }
  8157. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0::<GetChildPrivateProperties>b__0(System.Reflection.PropertyInfo)
  8158. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__0_m39CF962B54FA7C2F29532D4648AA7C5B39F1BED0 (U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * __this, PropertyInfo_t * ___p0, const RuntimeMethod* method)
  8159. {
  8160. {
  8161. PropertyInfo_t * L_0 = ___p0;
  8162. NullCheck(L_0);
  8163. String_t* L_1;
  8164. L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
  8165. PropertyInfo_t * L_2 = __this->get_subTypeProperty_0();
  8166. NullCheck(L_2);
  8167. String_t* L_3;
  8168. L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
  8169. bool L_4;
  8170. L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_3, /*hidden argument*/NULL);
  8171. return L_4;
  8172. }
  8173. }
  8174. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0::<GetChildPrivateProperties>b__1(System.Reflection.PropertyInfo)
  8175. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__1_m6AB570883720965760F59B80DD4EB93F25C2329D (U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * __this, PropertyInfo_t * ___p0, const RuntimeMethod* method)
  8176. {
  8177. {
  8178. PropertyInfo_t * L_0 = ___p0;
  8179. NullCheck(L_0);
  8180. String_t* L_1;
  8181. L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
  8182. PropertyInfo_t * L_2 = __this->get_subTypeProperty_0();
  8183. NullCheck(L_2);
  8184. String_t* L_3;
  8185. L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
  8186. bool L_4;
  8187. L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_3, /*hidden argument*/NULL);
  8188. if (!L_4)
  8189. {
  8190. goto IL_002c;
  8191. }
  8192. }
  8193. {
  8194. PropertyInfo_t * L_5 = ___p0;
  8195. NullCheck(L_5);
  8196. Type_t * L_6;
  8197. L_6 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5);
  8198. PropertyInfo_t * L_7 = __this->get_subTypeProperty_0();
  8199. NullCheck(L_7);
  8200. Type_t * L_8;
  8201. L_8 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_7);
  8202. return (bool)((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_8))? 1 : 0);
  8203. }
  8204. IL_002c:
  8205. {
  8206. return (bool)0;
  8207. }
  8208. }
  8209. // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0::<GetChildPrivateProperties>b__2(System.Reflection.PropertyInfo)
  8210. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__2_mD5D8631346ECB05F7F0494A567ADDC31ABE42E70 (U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * __this, PropertyInfo_t * ___p0, const RuntimeMethod* method)
  8211. {
  8212. static bool s_Il2CppMethodInitialized;
  8213. if (!s_Il2CppMethodInitialized)
  8214. {
  8215. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  8216. s_Il2CppMethodInitialized = true;
  8217. }
  8218. {
  8219. PropertyInfo_t * L_0 = ___p0;
  8220. NullCheck(L_0);
  8221. String_t* L_1;
  8222. L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
  8223. PropertyInfo_t * L_2 = __this->get_subTypeProperty_0();
  8224. NullCheck(L_2);
  8225. String_t* L_3;
  8226. L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
  8227. bool L_4;
  8228. L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_3, /*hidden argument*/NULL);
  8229. if (!L_4)
  8230. {
  8231. goto IL_0049;
  8232. }
  8233. }
  8234. {
  8235. PropertyInfo_t * L_5 = ___p0;
  8236. IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  8237. bool L_6;
  8238. L_6 = ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9(L_5, /*hidden argument*/NULL);
  8239. if (!L_6)
  8240. {
  8241. goto IL_0049;
  8242. }
  8243. }
  8244. {
  8245. PropertyInfo_t * L_7 = ___p0;
  8246. IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  8247. MethodInfo_t * L_8;
  8248. L_8 = ReflectionUtils_GetBaseDefinition_m67824E17C1BBD63AB035FB49B76229EC0560677E(L_7, /*hidden argument*/NULL);
  8249. if (!L_8)
  8250. {
  8251. goto IL_0049;
  8252. }
  8253. }
  8254. {
  8255. PropertyInfo_t * L_9 = ___p0;
  8256. IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var);
  8257. MethodInfo_t * L_10;
  8258. L_10 = ReflectionUtils_GetBaseDefinition_m67824E17C1BBD63AB035FB49B76229EC0560677E(L_9, /*hidden argument*/NULL);
  8259. NullCheck(L_10);
  8260. Type_t * L_11;
  8261. L_11 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_10);
  8262. PropertyInfo_t * L_12 = __this->get_subTypeProperty_0();
  8263. MethodInfo_t * L_13;
  8264. L_13 = ReflectionUtils_GetBaseDefinition_m67824E17C1BBD63AB035FB49B76229EC0560677E(L_12, /*hidden argument*/NULL);
  8265. NullCheck(L_13);
  8266. Type_t * L_14;
  8267. L_14 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_13);
  8268. NullCheck(L_11);
  8269. bool L_15;
  8270. L_15 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_11, L_14);
  8271. return L_15;
  8272. }
  8273. IL_0049:
  8274. {
  8275. return (bool)0;
  8276. }
  8277. }
  8278. #ifdef __clang__
  8279. #pragma clang diagnostic pop
  8280. #endif
  8281. #ifdef __clang__
  8282. #pragma clang diagnostic push
  8283. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  8284. #pragma clang diagnostic ignored "-Wunused-variable"
  8285. #endif
  8286. // System.Void Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass43_0::.ctor()
  8287. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass43_0__ctor_m5138CDE6D850BD643FC997D06EA4D21B6DD22739 (U3CU3Ec__DisplayClass43_0_t62C286175BC3B1F0209D3272A4BE08EEB9AA8E9F * __this, const RuntimeMethod* method)
  8288. {
  8289. {
  8290. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  8291. return;
  8292. }
  8293. }
  8294. #ifdef __clang__
  8295. #pragma clang diagnostic pop
  8296. #endif
  8297. #ifdef __clang__
  8298. #pragma clang diagnostic push
  8299. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  8300. #pragma clang diagnostic ignored "-Wunused-variable"
  8301. #endif
  8302. #ifdef __clang__
  8303. #pragma clang diagnostic pop
  8304. #endif
  8305. #ifdef __clang__
  8306. #pragma clang diagnostic push
  8307. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  8308. #pragma clang diagnostic ignored "-Wunused-variable"
  8309. #endif
  8310. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::.ctor(System.Int32)
  8311. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1__ctor_mC49E159103879D4883943B820EDF7233CFEAD55A (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
  8312. {
  8313. {
  8314. Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL);
  8315. int32_t L_0 = ___U3CU3E1__state0;
  8316. __this->set_U3CU3E1__state_0(L_0);
  8317. return;
  8318. }
  8319. }
  8320. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::System.IDisposable.Dispose()
  8321. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1_System_IDisposable_Dispose_m17C4D1B2A19AAD8D5788B5E76415F986431B8498 (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * __this, const RuntimeMethod* method)
  8322. {
  8323. {
  8324. return;
  8325. }
  8326. }
  8327. // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::MoveNext()
  8328. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__1_MoveNext_m9C859FCA23B8E6DF1A7FBA98CD929751168FC38D (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * __this, const RuntimeMethod* method)
  8329. {
  8330. int32_t V_0 = 0;
  8331. {
  8332. int32_t L_0 = __this->get_U3CU3E1__state_0();
  8333. V_0 = L_0;
  8334. int32_t L_1 = V_0;
  8335. if (!L_1)
  8336. {
  8337. goto IL_0010;
  8338. }
  8339. }
  8340. {
  8341. int32_t L_2 = V_0;
  8342. if ((((int32_t)L_2) == ((int32_t)1)))
  8343. {
  8344. goto IL_003e;
  8345. }
  8346. }
  8347. {
  8348. return (bool)0;
  8349. }
  8350. IL_0010:
  8351. {
  8352. __this->set_U3CU3E1__state_0((-1));
  8353. JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_3 = __this->get_U3CU3E4__this_2();
  8354. NullCheck(L_3);
  8355. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = L_3->get__token_0();
  8356. if (!L_4)
  8357. {
  8358. goto IL_0045;
  8359. }
  8360. }
  8361. {
  8362. JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_5 = __this->get_U3CU3E4__this_2();
  8363. NullCheck(L_5);
  8364. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = L_5->get__token_0();
  8365. __this->set_U3CU3E2__current_1(L_6);
  8366. __this->set_U3CU3E1__state_0(1);
  8367. return (bool)1;
  8368. }
  8369. IL_003e:
  8370. {
  8371. __this->set_U3CU3E1__state_0((-1));
  8372. }
  8373. IL_0045:
  8374. {
  8375. return (bool)0;
  8376. }
  8377. }
  8378. // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken>.get_Current()
  8379. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CGetEnumeratorU3Ed__1_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m07AC2CA7D788EA56432549B7C02C0778568C61B1 (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * __this, const RuntimeMethod* method)
  8380. {
  8381. {
  8382. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get_U3CU3E2__current_1();
  8383. return L_0;
  8384. }
  8385. }
  8386. // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::System.Collections.IEnumerator.Reset()
  8387. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_mADE13DCBAB70A428878E701CA49C487991D70F72 (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * __this, const RuntimeMethod* method)
  8388. {
  8389. {
  8390. NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var)));
  8391. NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL);
  8392. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_mADE13DCBAB70A428878E701CA49C487991D70F72_RuntimeMethod_var)));
  8393. }
  8394. }
  8395. // System.Object Newtonsoft.Json.Linq.JProperty/JPropertyList/<GetEnumerator>d__1::System.Collections.IEnumerator.get_Current()
  8396. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_get_Current_m4EB98DC969BC1C587317776FAAD9DAACFDDAE32E (U3CGetEnumeratorU3Ed__1_tD472E588598565F6DDCD87863BF2A2291476290C * __this, const RuntimeMethod* method)
  8397. {
  8398. {
  8399. JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get_U3CU3E2__current_1();
  8400. return L_0;
  8401. }
  8402. }
  8403. #ifdef __clang__
  8404. #pragma clang diagnostic pop
  8405. #endif
  8406. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method)
  8407. {
  8408. {
  8409. Type_t * L_0 = __this->get__initialType_0();
  8410. return L_0;
  8411. }
  8412. }
  8413. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method)
  8414. {
  8415. {
  8416. Type_t * L_0 = __this->get__targetType_1();
  8417. return L_0;
  8418. }
  8419. }
  8420. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonProperty_get_Order_m8DC4EBE07E682CD6208BD1A39A244DE3BAB93D2A_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method)
  8421. {
  8422. {
  8423. Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = __this->get_U3COrderU3Ek__BackingField_9();
  8424. return L_0;
  8425. }
  8426. }
  8427. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMemberAttribute_get_Value_mC26949F87E6A636CF952151DC4F77110050627A3_inline (EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC * __this, const RuntimeMethod* method)
  8428. {
  8429. {
  8430. String_t* L_0 = __this->get_value_0();
  8431. return L_0;
  8432. }
  8433. }
  8434. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method)
  8435. {
  8436. {
  8437. String_t* L_0 = __this->get__name_18();
  8438. return L_0;
  8439. }
  8440. }
  8441. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method)
  8442. {
  8443. {
  8444. String_t* L_0 = __this->get__propertyName_4();
  8445. return L_0;
  8446. }
  8447. }
  8448. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method)
  8449. {
  8450. {
  8451. bool L_0 = (bool)__this->get_has_value_1();
  8452. return (bool)L_0;
  8453. }
  8454. }
  8455. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method)
  8456. {
  8457. {
  8458. int32_t L_0 = (int32_t)__this->get_value_0();
  8459. return (int32_t)L_0;
  8460. }
  8461. }