7 references to FunctionLength
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\210\Microsoft_Diagnostics_DataContractReader_Data.UnwindInfo.g.cs (1)
68_ = FunctionLength;
Contracts\ExecutionManager\Helpers\RuntimeFunctionLookup.cs (2)
28if (unwindInfo.FunctionLength.HasValue) 29return unwindInfo.FunctionLength.Value;
Data\UnwindInfo.cs (4)
12[DataDescriptorDependency(nameof(FunctionLength), "uint32")] 17return type.Fields.ContainsKey(nameof(FunctionLength)) 18? target.ReadField<uint>(address, type, nameof(FunctionLength)) 26return type.Fields.ContainsKey(nameof(FunctionLength))