mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-26 00:36:19 +00:00
Instead of recursing, we use a simple do..while loop to resolve the transitive reference of a constant. If there is a loop at any point, we stop and use a brute force search over all tokens. If this still fails to resolve the reference, then we report this reference as unresolved. |
||
---|---|---|
.. | ||
Constant.cs | ||
Delegate.cs | ||
Enum.cs | ||
FlowDirection.cs | ||
Function.cs | ||
Parameter.cs | ||
Type.cs |