Delegate DiscardAction
Delegate to perform action on discard
public delegate void DiscardAction(ref readonly JITDyLib jitLib, SymbolStringPoolEntry symbol)
Parameters
jitLibJITDyLibLibrary the symbols is discarded from
symbolSymbolStringPoolEntrySymbol 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>.