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