This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
tests/ServiceStack.Text.Tests Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515using System . IO ;
1616using System . Linq ;
1717using System . Reflection ;
18+ using ServiceStack . Reflection ;
1819using ServiceStack . Text . Json ;
19- using ServiceStack . Text . Reflection ;
2020
2121namespace ServiceStack . Text . Common
2222{
Original file line number Diff line number Diff line change 55using System . Reflection ;
66using System . Text ;
77using System . Threading ;
8+ using ServiceStack . Reflection ;
89using ServiceStack . Text . Common ;
910using ServiceStack . Text . Jsv ;
10- using ServiceStack . Text . Reflection ;
1111
1212namespace ServiceStack . Text
1313{
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . IO ;
44using System . Linq ;
5+ using ServiceStack . Reflection ;
56using ServiceStack . Text . Common ;
6- using ServiceStack . Text . Reflection ;
77
88namespace ServiceStack . Text
99{
Original file line number Diff line number Diff line change 1515#if ! XBOX
1616using System . Linq . Expressions ;
1717#endif
18- namespace ServiceStack . Text . Reflection
18+ namespace ServiceStack . Reflection
1919{
2020 //Also exists in ServiceStack.Common in ServiceStack.Reflection namespace
2121 public static class StaticAccessors
Original file line number Diff line number Diff line change 11using NUnit . Framework ;
2- using ServiceStack . Text . Reflection ;
2+ using ServiceStack . Reflection ;
33
44namespace ServiceStack . Text . Tests
55{
You can’t perform that action at this time.
0 commit comments