4 references to Add
mscorlib (1)
system\timespan.cs (1)
355
return t1.
Add
(t2);
System.Data.Entity (3)
System\Data\Common\EntitySql\AST\Literal.cs (1)
594
ts = ts.
Add
(new TimeSpan(ticks));
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (2)
165
BreakdownTimes[index] = BreakdownTimes[index].
Add
(timeElapsed);
176
BreakdownTimes[index] = BreakdownTimes[index].
Add
(timeElapsed);