Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections.Generic;
using System.CodeDom;
using System.Linq;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion src/OrleansRuntime/Core/Dispatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion src/OrleansRuntime/GrainDirectory/LocalGrainDirectory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion src/OrleansRuntime/GrainDirectory/RemoteGrainDirectory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion src/OrleansRuntime/GrainTypeManager/GrainTypeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections.Generic;
using System.Linq;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Net;
Expand Down
2 changes: 1 addition & 1 deletion src/OrleansRuntime/MembershipService/MembershipOracle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion src/OrleansRuntime/Silo/SiloProviderRuntime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Linq;
using System.Threading.Tasks;

Expand Down
2 changes: 1 addition & 1 deletion src/Tester/ObserverTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The above copyright notice and this permission notice shall be included in all c
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

using System;
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
Expand Down