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)
28
if (unwindInfo.
FunctionLength
.HasValue)
29
return unwindInfo.
FunctionLength
.Value;
Data\UnwindInfo.cs (4)
12
[DataDescriptorDependency(nameof(
FunctionLength
), "uint32")]
17
return type.Fields.ContainsKey(nameof(
FunctionLength
))
18
? target.ReadField<uint>(address, type, nameof(
FunctionLength
))
26
return type.Fields.ContainsKey(nameof(
FunctionLength
))