1 write to FunctionLength
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\UnwindInfo.cs (1)
20
FunctionLength
= target.ReadField<uint>(address, type, nameof(FunctionLength));
4 references to FunctionLength
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\Helpers\RuntimeFunctionLookup.cs (2)
28
if (unwindInfo.
FunctionLength
.HasValue)
29
return unwindInfo.
FunctionLength
.Value;
Data\UnwindInfo.cs (2)
17
if (type.Fields.ContainsKey(nameof(
FunctionLength
)))
20
FunctionLength = target.ReadField<uint>(address, type, nameof(
FunctionLength
));