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