1 write to End
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\Optimizer.cs (1)
319
this.
End
= end;
5 references to End
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\Optimizer.cs (5)
329
return "[" + this.Start + " ," + this.
End
+ ")";
345
return Contains(other.Start) ^ Contains(other.
End
);
350
return this.Start < val && this.
End
> val;
364
return Includes(dummy.Start) ^ Includes(dummy.
End
);
369
return this.Start <= val && this.
End
>= val;