internal static ILocationServiceWrapper GetInstance() { ILocationService real = default(ILocationService); RealInstanceFactory(ref real); var instance = (ILocationServiceWrapper)ILocationServiceWrapper.GetWrapper(real); InstanceFactory(ref instance); if (instance == null) { Assert.Inconclusive("Could not Create Test Instance"); } return(instance); }
static partial void InstanceFactory(ref ILocationServiceWrapper instance, [CallerMemberName] string callerName = "");