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