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