Skip to content

Commit

Permalink
Property can exist outside importer.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 5, 2024
1 parent 7cb043a commit 11c1194
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/IKVM.Runtime/ClassFile.Method.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,8 @@ protected override void ValidateSig(ClassFile classFile, string descriptor)

internal bool IsConstructor => ReferenceEquals(Name, StringConstants.INIT);

#if IMPORTER

internal bool IsCallerSensitive => (flags & FLAG_CALLERSENSITIVE) != 0;

#endif

internal bool IsLambdaFormCompiled => (flags & FLAG_LAMBDAFORM_COMPILED) != 0;

internal bool IsLambdaFormHidden => (flags & FLAG_LAMBDAFORM_HIDDEN) != 0;
Expand Down

0 comments on commit 11c1194

Please sign in to comment.