1 write to FunctionLength
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\UnwindInfo.cs (1)
18FunctionLength = 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)
15if (type.Fields.ContainsKey(nameof(FunctionLength))) 18FunctionLength = target.ReadField<uint>(address, type, nameof(FunctionLength));