1 write to Start
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\Optimizer.cs (1)
318
this.
Start
= start;
6 references to Start
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\Optimizer.cs (6)
324
return new LocalDefUseSpan(this.
Start
, end);
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;