|
4 | 4 | <attributes>
|
5 | 5 | <attribute name="System.Diagnostics.DebuggableAttribute">
|
6 | 6 | <properties>
|
7 |
| - <property name="IsJITTrackingEnabled" value="IgnoreSymbolStoreSequencePoints" /> |
8 |
| - <property name="IsJITOptimizerDisabled" value="IgnoreSymbolStoreSequencePoints" /> |
9 |
| - <property name="DebuggingFlags" value="IgnoreSymbolStoreSequencePoints" /> |
| 7 | + <property name="IsJITTrackingEnabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" /> |
| 8 | + <property name="IsJITOptimizerDisabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" /> |
| 9 | + <property name="DebuggingFlags" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" /> |
10 | 10 | </properties>
|
11 | 11 | </attribute>
|
12 | 12 | <attribute name="System.Reflection.AssemblyCompanyAttribute">
|
|
4520 | 4520 | <parameter name="methods" position="2" attrib="0" type="System.String" />
|
4521 | 4521 | </parameters>
|
4522 | 4522 | </method>
|
| 4523 | + <method name="TryRegisterNativeMembers(Java.Interop.JniType, System.Type, System.String)" attrib="132" returntype="System.Boolean"> |
| 4524 | + <parameters> |
| 4525 | + <parameter name="nativeClass" position="0" attrib="0" type="Java.Interop.JniType" /> |
| 4526 | + <parameter name="type" position="1" attrib="0" type="System.Type" /> |
| 4527 | + <parameter name="methods" position="2" attrib="0" type="System.String" /> |
| 4528 | + </parameters> |
| 4529 | + </method> |
4523 | 4530 | </methods>
|
4524 | 4531 | </class>
|
4525 | 4532 | <class name="JniValueManager" type="class" base="System.Object" abstract="true" charset="Ansi" layout="Auto">
|
|
5448 | 5455 | <parameter name="runtime" position="0" attrib="0" type="System.Linq.Expressions.Expression" />
|
5449 | 5456 | </parameters>
|
5450 | 5457 | </constructor>
|
| 5458 | + <constructor name=".ctor(System.Linq.Expressions.Expression, System.Linq.Expressions.Expression)" attrib="6278"> |
| 5459 | + <parameters> |
| 5460 | + <parameter name="runtime" position="0" attrib="0" type="System.Linq.Expressions.Expression" /> |
| 5461 | + <parameter name="vm" position="1" attrib="0" type="System.Linq.Expressions.Expression" /> |
| 5462 | + </parameters> |
| 5463 | + </constructor> |
5451 | 5464 | </constructors>
|
5452 | 5465 | <properties>
|
5453 | 5466 | <property name="CleanupStatements" attrib="0" ptype="System.Collections.ObjectModel.Collection`1[System.Linq.Expressions.Expression]">
|
|
5490 | 5503 | </method>
|
5491 | 5504 | </methods>
|
5492 | 5505 | </property>
|
| 5506 | + <property name="ValueManager" attrib="0" ptype="System.Linq.Expressions.Expression"> |
| 5507 | + <methods> |
| 5508 | + <method name="get_ValueManager()" attrib="2182" returntype="System.Linq.Expressions.Expression"> |
| 5509 | + <attributes> |
| 5510 | + <attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" /> |
| 5511 | + </attributes> |
| 5512 | + <parameters /> |
| 5513 | + </method> |
| 5514 | + </methods> |
| 5515 | + </property> |
5493 | 5516 | </properties>
|
5494 | 5517 | </class>
|
5495 | 5518 | </classes>
|
|
0 commit comments