3 references to StartOffset
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (3)
PDB\MethodDebugInfo.Portable.cs (3)
152
if (ilOffset < scope.
StartOffset
)
155
reuseSpanEnd = Math.Min(reuseSpanEnd, (uint)scope.
StartOffset
);
167
reuseSpanStart = Math.Max(reuseSpanStart, (uint)scope.
StartOffset
);