Skip to content

Commit f3c1d34

Browse files
committed
Adjust API for future JI changes (in JI/main)
1 parent e99febb commit f3c1d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Utilities/MarshalMethodsClassifier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public MarshalMethodsClassifier (TypeDefinitionCache tdCache, DirectoryAssemblyR
172172
#endif
173173
}
174174

175-
public override bool ShouldBeDynamicallyRegistered (TypeDefinition topType, MethodDefinition registeredMethod, MethodDefinition implementedMethod, CustomAttribute registerAttribute)
175+
public override bool ShouldBeDynamicallyRegistered (TypeDefinition topType, MethodDefinition registeredMethod, MethodDefinition implementedMethod, CustomAttribute? registerAttribute)
176176
{
177177
#if ENABLE_MARSHAL_METHODS
178178
if (registeredMethod == null) {

0 commit comments

Comments
 (0)