Skip to content

Commit

Permalink
Add the method attribute to Create_BamlType_BackEase
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Apr 20, 2024
1 parent 60fcfb2 commit 0547454
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11532,6 +11532,7 @@ private WpfKnownType Create_BamlType_ZoomPercentageConverter(bool isBamlType, bo
return bamlType;
}

[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]
private WpfKnownType Create_BamlType_BackEase(bool isBamlType, bool useV3Rules)
{
var bamlType = new WpfKnownType(this, // SchemaContext
Expand Down

0 comments on commit 0547454

Please sign in to comment.