1 write to Start
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\Optimizer.cs (1)
317this.Start = start;
6 references to Start
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\Optimizer.cs (6)
323return new LocalDefUseSpan(this.Start, end); 328return "[" + this.Start + " ," + this.End + ")"; 344return Contains(other.Start) ^ Contains(other.End); 349return this.Start < val && this.End > val; 363return Includes(dummy.Start) ^ Includes(dummy.End); 368return this.Start <= val && this.End >= val;