5 references to MinFunctionTableIndex
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\77\Microsoft_Diagnostics_DataContractReader_Data.FunctionTableIndexRangeSection.g.cs (1)
101
_ =
MinFunctionTableIndex
;
Contracts\StackWalk\Context\Wasm\WasmR2RInfo.cs (4)
42
if (functionTableIndex >= section.
MinFunctionTableIndex
&&
43
functionTableIndex < section.
MinFunctionTableIndex
+ section.NumRuntimeFunctions)
75
uint localIndex = functionTableIndex - section.
MinFunctionTableIndex
;
100
uint localIndex = functionTableIndex - section.
MinFunctionTableIndex
;