1 write to StartOffset
Microsoft.CodeAnalysis.Debugging.Package (1)
StateMachineHoistedLocalScope.cs (1)
29StartOffset = startOffset;
4 references to StartOffset
Microsoft.CodeAnalysis.Debugging.Package (4)
CustomDebugInfoEncoder.cs (1)
133builder.WriteInt32(scope.StartOffset);
StateMachineHoistedLocalScope.cs (3)
20/// If zero then <see cref="StartOffset"/> is also zero and the slot represents a synthesized local. 33public int Length => EndOffset - StartOffset; 34public bool IsDefault => StartOffset == 0 && EndOffset == 0;