Delegate DiscardAction
Delegate to perform action on discard
public delegate void DiscardAction(JITDyLib jitLib, SymbolStringPoolEntry symbol)
Parameters
jitLib
JITDyLibLibrary the symbols is discarded from
symbol
SymbolStringPoolEntrySymbol being discarded
Remarks
This must be a "custom" delegate as the JITDyLib is a ref type that is NOT allowed as a type parameter for Action<T1, T2>.