SYMBOL INDEX (367 symbols across 54 files) FILE: ReferenceApp/Common/ActorMessageId.cs class CustomerOrderActorMessageId (line 12) | [DataContract] method CustomerOrderActorMessageId (line 15) | public CustomerOrderActorMessageId(ActorId sendingActorId, long messag... method CompareTo (line 27) | int IComparable.CompareTo(object obj) method CompareTo (line 32) | public int CompareTo(CustomerOrderActorMessageId other) method Equals (line 54) | public bool Equals(CustomerOrderActorMessageId other) method ToString (line 59) | public string ToString(string format, IFormatProvider formatProvider) method GetRandom (line 64) | public static CustomerOrderActorMessageId GetRandom() method Equals (line 93) | public override bool Equals(object obj) method GetHashCode (line 98) | public override int GetHashCode() FILE: ReferenceApp/Common/HashUtil.cs class HashUtil (line 12) | public class HashUtil method getLongHashCode (line 14) | public static long getLongHashCode(string stringInput) method getIntHashCode (line 22) | public static int getIntHashCode(string stringInput) FILE: ReferenceApp/Common/ServiceUriBuilder.cs class ServiceUriBuilder (line 11) | public class ServiceUriBuilder method ServiceUriBuilder (line 13) | public ServiceUriBuilder(string serviceInstance) method ServiceUriBuilder (line 19) | public ServiceUriBuilder(ICodePackageActivationContext context, string... method ServiceUriBuilder (line 25) | public ServiceUriBuilder(ICodePackageActivationContext context, string... method ToUri (line 47) | public Uri ToUri() FILE: ReferenceApp/CustomerOrder.Actor/ActorEventSource.cs class ActorEventSource (line 13) | [EventSource(Name = "MyCompany-Web_UIApplication-CustomerOrder")] method ActorEventSource (line 26) | static ActorEventSource() method ActorEventSource (line 34) | private ActorEventSource() : base() method Message (line 46) | [NonEvent] method Message (line 56) | [Event(MessageEventId, Level = EventLevel.Informational, Message = "{0... method ActorMessage (line 65) | [NonEvent] method ActorHostInitializationFailed (line 89) | [Event(ActorHostInitializationFailedEventId, Level = EventLevel.Error,... method ActorMessage (line 96) | [Event(ActorMessageEventId, Level = EventLevel.Informational, Message ... class Keywords (line 127) | public static class Keywords FILE: ReferenceApp/CustomerOrder.Actor/CustomerOrderActor.cs class CustomerOrderActor (line 23) | internal class CustomerOrderActor : Actor, ICustomerOrderActor, IRemindable method CustomerOrderActor (line 33) | public CustomerOrderActor(ActorService actorService, ActorId actorId) method SubmitOrderAsync (line 44) | public async Task SubmitOrderAsync(IEnumerable orde... method GetOrderStatusAsStringAsync (line 71) | public async Task GetOrderStatusAsStringAsync() method ReceiveReminderAsync (line 76) | public async Task ReceiveReminderAsync(string reminderName, byte[] con... method OnActivateAsync (line 109) | protected override async Task OnActivateAsync() method InternalActivateAsync (line 133) | public async Task InternalActivateAsync(ICodePackageActivationContext ... method OnDeactivateAsync (line 144) | protected override Task OnDeactivateAsync() method FulfillOrderAsync (line 165) | internal async Task FulfillOrderAsync() method GetOrderStatusAsync (line 238) | private async Task GetOrderStatusAsync() method SetOrderStatusAsync (line 251) | private async Task SetOrderStatusAsync(CustomerOrderStatus orderStatus) FILE: ReferenceApp/CustomerOrder.Actor/CustomerOrderReminderNames.cs class CustomerOrderReminderNames (line 8) | internal static class CustomerOrderReminderNames FILE: ReferenceApp/CustomerOrder.Actor/Program.cs class Program (line 12) | public class Program method Main (line 14) | public static void Main(string[] args) FILE: ReferenceApp/CustomerOrder.Domain/CustomerOrderItem.cs class CustomerOrderItem (line 12) | [DataContract] method CustomerOrderItem (line 15) | public CustomerOrderItem(InventoryItemId itemId, int quantity) method ToString (line 31) | public override string ToString() FILE: ReferenceApp/CustomerOrder.Domain/CustomerOrderStatus.cs type CustomerOrderStatus (line 8) | public enum CustomerOrderStatus FILE: ReferenceApp/CustomerOrder.Domain/ICustomerOrderActor.cs type ICustomerOrderActor (line 12) | public interface ICustomerOrderActor : IActor method GetOrderStatusAsStringAsync (line 14) | Task GetOrderStatusAsStringAsync(); method SubmitOrderAsync (line 16) | Task SubmitOrderAsync(IEnumerable orderList); FILE: ReferenceApp/CustomerOrder.UnitTests/CustomerOrderActorTests.cs class CustomerOrderActorTests (line 22) | [TestClass] method TestFulfillOrderSimple (line 56) | [TestMethod] method TestFulfillOrderWithBackorder (line 84) | [TestMethod] method TestFulfillOrderToCompletion (line 119) | [TestMethod] method TestFulfillOrderCancelled (line 156) | [TestMethod] method CreateCustomerOrderActor (line 190) | private static async Task CreateCustomerOrderActor... FILE: ReferenceApp/Inventory.Domain/IInventoryService.cs type IInventoryService (line 14) | public interface IInventoryService : IService method AddStockAsync (line 16) | Task AddStockAsync(InventoryItemId itemId, int quantity); method RemoveStockAsync (line 17) | Task RemoveStockAsync(InventoryItemId itemId, int quantity, Custo... method IsItemInInventoryAsync (line 18) | Task IsItemInInventoryAsync(InventoryItemId itemId, Cancellation... method GetCustomerInventoryAsync (line 19) | Task> GetCustomerInventoryAsync(Cancell... method CreateInventoryItemAsync (line 20) | Task CreateInventoryItemAsync(InventoryItem item); FILE: ReferenceApp/Inventory.Domain/InventoryItem.cs class InventoryItem (line 10) | [Serializable] method InventoryItem (line 13) | public InventoryItem( method ToString (line 76) | public override string ToString() method AddStock (line 93) | public int AddStock(int quantity) method RemoveStock (line 126) | public int RemoveStock(int quantityDesired) FILE: ReferenceApp/Inventory.Domain/InventoryItemId.cs class InventoryItemId (line 13) | [DataContract] method InventoryItemId (line 18) | public InventoryItemId() method CompareTo (line 23) | public int CompareTo(object obj) method CompareTo (line 28) | public int CompareTo(InventoryItemId other) method Equals (line 33) | public bool Equals(InventoryItemId other) method ToString (line 38) | public string ToString(string format, IFormatProvider formatProvider) method GetPartitionKey (line 43) | public ServicePartitionKey GetPartitionKey() method Equals (line 58) | public override bool Equals(object obj) method GetHashCode (line 63) | public override int GetHashCode() method ToString (line 68) | public override string ToString() method ToString (line 73) | public string ToString(string format) FILE: ReferenceApp/Inventory.Domain/InventoryItemView.cs class InventoryItemView (line 11) | [DataContract] FILE: ReferenceApp/Inventory.Service/AzureBackupStore.cs class AzureBlobBackupManager (line 20) | public class AzureBlobBackupManager : IBackupStore method AzureBlobBackupManager (line 33) | public AzureBlobBackupManager(ConfigurationSection configSection, stri... method ArchiveBackupAsync (line 58) | public async Task ArchiveBackupAsync(BackupInfo backupInfo, Cancellati... method RestoreLatestBackupToTempLocation (line 84) | public async Task RestoreLatestBackupToTempLocation(Cancellati... method DeleteBackupsAsync (line 110) | public async Task DeleteBackupsAsync(CancellationToken cancellationToken) method GetBackupBlobs (line 126) | private async Task> GetBackupBlobs(bool so... FILE: ReferenceApp/Inventory.Service/IBackupStore.cs type IBackupStore (line 12) | public interface IBackupStore method ArchiveBackupAsync (line 16) | Task ArchiveBackupAsync(BackupInfo backupInfo, CancellationToken cance... method RestoreLatestBackupToTempLocation (line 18) | Task RestoreLatestBackupToTempLocation(CancellationToken cance... method DeleteBackupsAsync (line 20) | Task DeleteBackupsAsync(CancellationToken cancellationToken); FILE: ReferenceApp/Inventory.Service/InventoryService.cs class InventoryService (line 27) | internal class InventoryService : StatefulService, IInventoryService method InventoryService (line 47) | public InventoryService(StatefulServiceContext serviceContext) : this(... method InventoryService (line 51) | public InventoryService(StatefulServiceContext context, IReliableState... method CreateInventoryItemAsync (line 60) | public async Task CreateInventoryItemAsync(InventoryItem item) method AddStockAsync (line 81) | public async Task AddStockAsync(InventoryItemId itemId, int quant... method RemoveStockAsync (line 128) | public async Task RemoveStockAsync(InventoryItemId itemId, int qu... method IsItemInInventoryAsync (line 228) | public async Task IsItemInInventoryAsync(InventoryItemId itemId,... method GetCustomerInventoryAsync (line 249) | public async Task> GetCustomerInventory... method DeleteInventoryItemAsync (line 286) | public async Task DeleteInventoryItemAsync(InventoryItemId itemId) method CreateServiceReplicaListeners (line 302) | protected override IEnumerable CreateServiceRe... method OnDataLossAsync (line 316) | protected override async Task OnDataLossAsync(RestoreContext res... method RunAsync (line 359) | protected override Task RunAsync(CancellationToken cancellationToken) method BackupCallbackAsync (line 378) | private async Task BackupCallbackAsync(BackupInfo backupInfo, Ca... method PrintInventoryItemsAsync (line 423) | private async Task PrintInventoryItemsAsync(IReliableDictionary RestoreLatestBackupToTempLocation(CancellationToke... method DeleteBackupsAsync (line 98) | public async Task DeleteBackupsAsync(CancellationToken cancellationToken) FILE: ReferenceApp/Inventory.Service/Program.cs class Program (line 13) | public class Program method Main (line 15) | public static void Main(string[] args) FILE: ReferenceApp/Inventory.Service/ServiceEventSource.cs class ServiceEventSource (line 13) | [EventSource(Name = "MyCompany-Web_UIApplication-InventoryService")] method ServiceEventSource (line 37) | static ServiceEventSource() method ServiceEventSource (line 45) | private ServiceEventSource() : base() method Message (line 57) | [NonEvent] method Message (line 67) | [Event(MessageEventId, Level = EventLevel.Informational, Message = "{0... method ServiceMessage (line 76) | [NonEvent] method ServiceTypeRegistered (line 94) | [Event(ServiceTypeRegisteredEventId, Level = EventLevel.Informational,... method ServiceHostInitializationFailed (line 101) | [Event(ServiceHostInitializationFailedEventId, Level = EventLevel.Erro... method ServiceRequestStart (line 108) | [Event(ServiceRequestStartEventId, Level = EventLevel.Informational, M... method ServiceRequestStop (line 114) | [Event(ServiceRequestStopEventId, Level = EventLevel.Informational, Me... method ServiceRequestFailed (line 120) | [Event(ServiceRequestFailedEventId, Level = EventLevel.Error, Message ... method ServiceMessage (line 126) | [Event(ServiceMessageEventId, Level = EventLevel.Informational, Messag... class Keywords (line 152) | public static class Keywords FILE: ReferenceApp/Inventory.Service/StatefulServiceParameters.cs class StatefulServiceParameters (line 11) | internal class StatefulServiceParameters method StatefulServiceParameters (line 13) | public StatefulServiceParameters( FILE: ReferenceApp/Inventory.UnitTests/InventoryServiceTests.cs class InventoryServiceTests (line 18) | [TestClass] method TestCreateAndIsItemInInventoryAsync (line 48) | [TestMethod] method TestAddStock (line 65) | [TestMethod] method TestRemoveStock (line 84) | [TestMethod] method TestRemoveStockWithDuplicateRequest (line 101) | [TestMethod] FILE: ReferenceApp/Mocks/MockActorStateManager.cs class MockActorStateManager (line 19) | public class MockActorStateManager : IActorStateManager method AddOrUpdateStateAsync (line 23) | public Task AddOrUpdateStateAsync(string stateName, T addValue, ... method AddStateAsync (line 28) | public Task AddStateAsync(string stateName, T value, CancellationTo... method ContainsStateAsync (line 33) | public Task ContainsStateAsync(string stateName, CancellationTok... method GetOrAddStateAsync (line 38) | public Task GetOrAddStateAsync(string stateName, T value, Cancel... method GetStateAsync (line 43) | public Task GetStateAsync(string stateName, CancellationToken ca... method GetStateNamesAsync (line 50) | public Task> GetStateNamesAsync(CancellationToken ... method RemoveStateAsync (line 55) | public Task RemoveStateAsync(string stateName, CancellationToken cance... method SetStateAsync (line 60) | public Task SetStateAsync(string stateName, T value, CancellationTo... method TryAddStateAsync (line 66) | public Task TryAddStateAsync(string stateName, T value, Cance... method TryGetStateAsync (line 71) | public Task> TryGetStateAsync(string stateName,... method TryRemoveStateAsync (line 78) | public Task TryRemoveStateAsync(string stateName, CancellationTo... method ClearCacheAsync (line 83) | public Task ClearCacheAsync(CancellationToken cancellationToken = defa... method SaveStateAsync (line 88) | public Task SaveStateAsync(CancellationToken cancellationToken = defau... FILE: ReferenceApp/Mocks/MockAsyncEnumerable.cs class MockAsyncEnumerable (line 12) | internal class MockAsyncEnumerable : IAsyncEnumerable method MockAsyncEnumerable (line 16) | public MockAsyncEnumerable(IEnumerable enumerable) method GetAsyncEnumerator (line 21) | public IAsyncEnumerator GetAsyncEnumerator() class MockAsyncEnumerator (line 31) | internal class MockAsyncEnumerator : IAsyncEnumerator method MockAsyncEnumerator (line 35) | public MockAsyncEnumerator(IEnumerator enumerator) method Dispose (line 49) | public void Dispose() method MoveNextAsync (line 54) | public Task MoveNextAsync(CancellationToken cancellationToken) method Reset (line 59) | public void Reset() FILE: ReferenceApp/Mocks/MockCodePackageActivationContext.cs class MockCodePackageActivationContext (line 10) | public class MockCodePackageActivationContext : ICodePackageActivationCo... method GetApplicationPrincipals (line 42) | public ApplicationPrincipalsDescription GetApplicationPrincipals() method GetCodePackageNames (line 47) | public IList GetCodePackageNames() method GetCodePackageObject (line 52) | public CodePackage GetCodePackageObject(string packageName) method GetConfigurationPackageNames (line 57) | public IList GetConfigurationPackageNames() method GetConfigurationPackageObject (line 62) | public ConfigurationPackage GetConfigurationPackageObject(string packa... method GetDataPackageNames (line 67) | public IList GetDataPackageNames() method GetDataPackageObject (line 72) | public DataPackage GetDataPackageObject(string packageName) method GetEndpoint (line 77) | public EndpointResourceDescription GetEndpoint(string endpointName) method GetEndpoints (line 82) | public KeyedCollection GetEndpoin... method GetServiceGroupTypes (line 87) | public KeyedCollection GetService... method GetServiceManifestName (line 92) | public string GetServiceManifestName() method GetServiceManifestVersion (line 97) | public string GetServiceManifestVersion() method GetServiceTypes (line 102) | public KeyedCollection GetServiceTypes() method ReportApplicationHealth (line 107) | public void ReportApplicationHealth(HealthInformation healthInformation) method ReportDeployedServicePackageHealth (line 112) | public void ReportDeployedServicePackageHealth(HealthInformation healt... method ReportDeployedApplicationHealth (line 117) | public void ReportDeployedApplicationHealth(HealthInformation healthIn... method MockCodePackageActivationContext (line 124) | public MockCodePackageActivationContext( method Dispose (line 151) | protected virtual void Dispose(bool disposing) method Dispose (line 168) | public void Dispose() FILE: ReferenceApp/Mocks/MockInventoryService.cs class MockInventoryService (line 15) | public class MockInventoryService : IInventoryService method MockInventoryService (line 17) | public MockInventoryService() method AddStockAsync (line 36) | public Task AddStockAsync(InventoryItemId itemId, int quantity) method CreateInventoryItemAsync (line 41) | public Task CreateInventoryItemAsync(InventoryItem item) method GetCustomerInventoryAsync (line 46) | public Task> GetCustomerInventoryAsync() method GetCustomerInventoryAsync (line 51) | public Task> GetCustomerInventoryAsync(... method IsItemInInventoryAsync (line 56) | public Task IsItemInInventoryAsync(InventoryItemId itemId) method IsItemInInventoryAsync (line 61) | public Task IsItemInInventoryAsync(InventoryItemId itemId, Cance... method RemoveStockAsync (line 66) | public Task RemoveStockAsync(InventoryItemId itemId, int quantity... FILE: ReferenceApp/Mocks/MockReliableDictionary.cs class MockReliableDictionary (line 18) | public class MockReliableDictionary : IReliableDictionary<... method AddAsync (line 35) | public Task AddAsync(ITransaction tx, TKey key, TValue value) method AddAsync (line 46) | public Task AddAsync(ITransaction tx, TKey key, TValue value, TimeSpan... method AddOrUpdateAsync (line 56) | public Task AddOrUpdateAsync(ITransaction tx, TKey key, Func AddOrUpdateAsync(ITransaction tx, TKey key, TValue... method AddOrUpdateAsync (line 66) | public Task AddOrUpdateAsync( method AddOrUpdateAsync (line 73) | public Task AddOrUpdateAsync( method ClearAsync (line 79) | public Task ClearAsync() method ClearAsync (line 86) | public Task ClearAsync(TimeSpan timeout, CancellationToken cancellatio... method ContainsKeyAsync (line 93) | public Task ContainsKeyAsync(ITransaction tx, TKey key) method ContainsKeyAsync (line 98) | public Task ContainsKeyAsync(ITransaction tx, TKey key, LockMode... method ContainsKeyAsync (line 103) | public Task ContainsKeyAsync(ITransaction tx, TKey key, TimeSpan... method ContainsKeyAsync (line 108) | public Task ContainsKeyAsync(ITransaction tx, TKey key, LockMode... method TryGetValueAsync (line 113) | public Task> TryGetValueAsync(ITransaction tx... method TryGetValueAsync (line 121) | public Task> TryGetValueAsync(ITransaction tx... method TryGetValueAsync (line 129) | public Task> TryGetValueAsync(ITransaction tx... method TryGetValueAsync (line 137) | public Task> TryGetValueAsync( method SetAsync (line 146) | public Task SetAsync(ITransaction tx, TKey key, TValue value) method SetAsync (line 153) | public Task SetAsync(ITransaction tx, TKey key, TValue value, TimeSpan... method GetOrAddAsync (line 160) | public Task GetOrAddAsync(ITransaction tx, TKey key, Func GetOrAddAsync(ITransaction tx, TKey key, TValue va... method GetOrAddAsync (line 170) | public Task GetOrAddAsync(ITransaction tx, TKey key, Func GetOrAddAsync(ITransaction tx, TKey key, TValue va... method TryAddAsync (line 180) | public Task TryAddAsync(ITransaction tx, TKey key, TValue value) method TryAddAsync (line 185) | public Task TryAddAsync(ITransaction tx, TKey key, TValue value,... method TryRemoveAsync (line 190) | public Task> TryRemoveAsync(ITransaction tx, ... method TryRemoveAsync (line 196) | public Task> TryRemoveAsync(ITransaction tx, ... method TryUpdateAsync (line 201) | public Task TryUpdateAsync(ITransaction tx, TKey key, TValue new... method TryUpdateAsync (line 206) | public Task TryUpdateAsync( method GetCountAsync (line 212) | public Task GetCountAsync() method CreateEnumerableAsync (line 217) | public Task>> CreateEnumer... method CreateEnumerableAsync (line 222) | public Task>> CreateEnumer... method CreateEnumerableAsync (line 230) | public Task>> CreateEnumer... method GetCountAsync (line 238) | public Task GetCountAsync(ITransaction tx) FILE: ReferenceApp/Mocks/MockReliableQueue.cs class MockReliableQueue (line 15) | public class MockReliableQueue : IReliableQueue method EnqueueAsync (line 19) | public Task EnqueueAsync(ITransaction tx, T item, TimeSpan timeout, Ca... method EnqueueAsync (line 26) | public Task EnqueueAsync(ITransaction tx, T item) method TryDequeueAsync (line 33) | public Task> TryDequeueAsync(ITransaction tx, Time... method TryDequeueAsync (line 41) | public Task> TryDequeueAsync(ITransaction tx) method TryPeekAsync (line 49) | public Task> TryPeekAsync(ITransaction tx, LockMod... method TryPeekAsync (line 57) | public Task> TryPeekAsync(ITransaction tx, LockMod... method TryPeekAsync (line 65) | public Task> TryPeekAsync(ITransaction tx, TimeSpa... method TryPeekAsync (line 73) | public Task> TryPeekAsync(ITransaction tx) method ClearAsync (line 81) | public Task ClearAsync() method GetCountAsync (line 92) | public Task GetCountAsync() method CreateEnumerableAsync (line 97) | public Task> CreateEnumerableAsync(ITransaction tx) method GetCountAsync (line 102) | public Task GetCountAsync(ITransaction tx) FILE: ReferenceApp/Mocks/MockReliableStateManager.cs class MockReliableStateManager (line 18) | public class MockReliableStateManager : IReliableStateManagerReplica method ClearAsync (line 45) | public Task ClearAsync(ITransaction tx) method ClearAsync (line 51) | public Task ClearAsync() method CreateTransaction (line 57) | public ITransaction CreateTransaction() method RemoveAsync (line 62) | public Task RemoveAsync(string name) method RemoveAsync (line 70) | public Task RemoveAsync(ITransaction tx, string name) method RemoveAsync (line 78) | public Task RemoveAsync(string name, TimeSpan timeout) method RemoveAsync (line 86) | public Task RemoveAsync(ITransaction tx, string name, TimeSpan timeout) method RemoveAsync (line 94) | public Task RemoveAsync(Uri name) method RemoveAsync (line 102) | public Task RemoveAsync(Uri name, TimeSpan timeout) method RemoveAsync (line 110) | public Task RemoveAsync(ITransaction tx, Uri name) method RemoveAsync (line 118) | public Task RemoveAsync(ITransaction tx, Uri name, TimeSpan timeout) method TryGetAsync (line 126) | public Task> TryGetAsync(string name) where T :... method TryGetAsync (line 134) | public Task> TryGetAsync(Uri name) where T : IR... method GetOrAddAsync (line 142) | public Task GetOrAddAsync(string name) where T : IReliableState method GetOrAddAsync (line 147) | public Task GetOrAddAsync(ITransaction tx, string name) where T ... method GetOrAddAsync (line 152) | public Task GetOrAddAsync(string name, TimeSpan timeout) where T... method GetOrAddAsync (line 157) | public Task GetOrAddAsync(ITransaction tx, string name, TimeSpan... method GetOrAddAsync (line 162) | public Task GetOrAddAsync(Uri name) where T : IReliableState method GetOrAddAsync (line 167) | public Task GetOrAddAsync(Uri name, TimeSpan timeout) where T : ... method GetOrAddAsync (line 172) | public Task GetOrAddAsync(ITransaction tx, Uri name) where T : I... method GetOrAddAsync (line 177) | public Task GetOrAddAsync(ITransaction tx, Uri name, TimeSpan ti... method TryAddStateSerializer (line 182) | public bool TryAddStateSerializer(IStateSerializer stateSerializer) method GetDependency (line 187) | private IReliableState GetDependency(Type t) method ToUri (line 194) | private Uri ToUri(string name) method GetAsyncEnumerator (line 199) | public IAsyncEnumerator GetAsyncEnumerator() method Initialize (line 204) | public void Initialize(StatefulServiceInitializationParameters initial... method OpenAsync (line 209) | public Task OpenAsync(ReplicaOpenMode openMode, IStateful... method ChangeRoleAsync (line 214) | public Task ChangeRoleAsync(ReplicaRole newRole, CancellationToken can... method CloseAsync (line 219) | public Task CloseAsync(CancellationToken cancellationToken) method Abort (line 224) | public void Abort() method BackupAsync (line 228) | public Task BackupAsync(Func... method BackupAsync (line 233) | public Task BackupAsync(BackupOption option, TimeSpan timeout, Cancell... method RestoreAsync (line 238) | public Task RestoreAsync(string backupFolderPath) method RestoreAsync (line 243) | public Task RestoreAsync(string backupFolderPath, RestorePolicy restor... FILE: ReferenceApp/Mocks/MockServiceProxy.cs class MockServiceProxy (line 15) | public class MockServiceProxy : IServiceProxy method Create (line 23) | public TServiceInterface Create(Uri serviceName) wh... method Create (line 34) | public TServiceInterface Create(Uri serviceUri, Ser... method Supports (line 39) | public void Supports(Func Create) FILE: ReferenceApp/Mocks/MockServiceProxyFactory.cs class MockServiceProxyFactory (line 18) | public class MockServiceProxyFactory : IServiceProxyFactory method CreateServiceProxy (line 22) | public TServiceInterface CreateServiceProxy(Uri ser... method AssociateMockServiceAndName (line 32) | public void AssociateMockServiceAndName(Uri mockServiceUri, IService m... FILE: ReferenceApp/Mocks/MockTransaction.cs class MockTransaction (line 12) | public class MockTransaction : ITransaction method CommitAsync (line 14) | public Task CommitAsync() method Abort (line 19) | public void Abort() method Dispose (line 36) | public void Dispose() method GetVisibilitySequenceNumberAsync (line 40) | public Task GetVisibilitySequenceNumberAsync() FILE: ReferenceApp/RestockRequest.Actor/ActorEventSource.cs class ActorEventSource (line 13) | [EventSource(Name = "MyCompany-Web_UIApplication-RestockRequestActor")] method ActorEventSource (line 26) | static ActorEventSource() method ActorEventSource (line 34) | private ActorEventSource() : base() method Message (line 46) | [NonEvent] method Message (line 56) | [Event(MessageEventId, Level = EventLevel.Informational, Message = "{0... method ActorMessage (line 65) | [NonEvent] method ActorHostInitializationFailed (line 89) | [Event(ActorHostInitializationFailedEventId, Level = EventLevel.Error,... method ActorMessage (line 96) | [Event(ActorMessageEventId, Level = EventLevel.Informational, Message ... class Keywords (line 127) | public static class Keywords FILE: ReferenceApp/RestockRequest.Actor/RestockRequestActor.cs class RestockRequestActor (line 17) | internal class RestockRequestActor : Actor, IRestockRequestActor, IRemin... method RestockRequestActor (line 26) | public RestockRequestActor(ActorService actorService, ActorId actorId) method ReceiveReminderAsync (line 30) | public Task ReceiveReminderAsync(string reminderName, byte[] context, ... method AddRestockRequestAsync (line 50) | public async Task AddRestockRequestAsync(RestockRequest request) method OnActivateAsync (line 80) | protected override async Task OnActivateAsync() method RestockPipeline (line 98) | internal async Task RestockPipeline() method SignalRequestStatusChange (line 132) | private void SignalRequestStatusChange(RestockRequestActorState state) method UnregisterRestockPipelineChangeReminderAsync (line 140) | private Task UnregisterRestockPipelineChangeReminderAsync() FILE: ReferenceApp/RestockRequest.Actor/RestockRequestActorState.cs class RestockRequestActorState (line 12) | [DataContract] method IsStarted (line 21) | public bool IsStarted() method ToString (line 27) | public override string ToString() FILE: ReferenceApp/RestockRequest.Actor/RestockRequestReminderNames.cs class RestockRequestReminderNames (line 8) | internal static class RestockRequestReminderNames FILE: ReferenceApp/RestockRequest.Actor/ServiceHost.cs class ServiceHost (line 12) | public class ServiceHost method Main (line 14) | public static void Main(string[] args) FILE: ReferenceApp/RestockRequest.Domain/IRestockRequestActor.cs type IRestockRequestActor (line 11) | public interface IRestockRequestActor : IActor, IActorEventPublisher CreateServiceRe... method RunAsync (line 135) | protected override async Task RunAsync(CancellationToken cancellationT... FILE: ReferenceApp/RestockRequestManager.Service/ServiceEventSource.cs class ServiceEventSource (line 13) | [EventSource(Name = "MyCompany-Web_UIApplication-RestockRequestManagerSe... method ServiceEventSource (line 37) | static ServiceEventSource() method ServiceEventSource (line 45) | private ServiceEventSource() : base() method Message (line 57) | [NonEvent] method Message (line 67) | [Event(MessageEventId, Level = EventLevel.Informational, Message = "{0... method ServiceMessage (line 76) | [NonEvent] method ServiceTypeRegistered (line 94) | [Event(ServiceTypeRegisteredEventId, Level = EventLevel.Informational,... method ServiceHostInitializationFailed (line 101) | [Event(ServiceHostInitializationFailedEventId, Level = EventLevel.Erro... method ServiceRequestStart (line 108) | [Event(ServiceRequestStartEventId, Level = EventLevel.Informational, M... method ServiceRequestStop (line 114) | [Event(ServiceRequestStopEventId, Level = EventLevel.Informational, Me... method ServiceRequestFailed (line 120) | [Event(ServiceRequestFailedEventId, Level = EventLevel.Error, Message ... method ServiceMessage (line 126) | [Event(ServiceMessageEventId, Level = EventLevel.Informational, Messag... class Keywords (line 152) | public static class Keywords FILE: ReferenceApp/Web.Service/Controllers/HomeController.cs class HomeController (line 9) | public class HomeController : Controller method Index (line 11) | public IActionResult Index() method Admin (line 16) | public IActionResult Admin() method OrderConfirmation (line 21) | public IActionResult OrderConfirmation() method Error (line 25) | public IActionResult Error() FILE: ReferenceApp/Web.Service/Controllers/InventoryController.cs class InventoryController (line 15) | public class InventoryController : Controller method CreateInventoryItem (line 30) | [HttpPost] FILE: ReferenceApp/Web.Service/Controllers/OrdersController.cs class OrdersController (line 17) | public class OrdersController : Controller method PostCheckout (line 38) | [HttpPost] method GetOrderStatus (line 78) | [HttpGet] FILE: ReferenceApp/Web.Service/Controllers/StoreController.cs class StoreController (line 20) | public class StoreController : Controller method GetStore (line 32) | [HttpGet] FILE: ReferenceApp/Web.Service/Program.cs class Program (line 9) | internal static class Program method Main (line 14) | private static void Main() FILE: ReferenceApp/Web.Service/ServiceEventSource.cs class ServiceEventSource (line 12) | [EventSource(Name = "MyCompany-WebReferenceApplication-Service")] method ServiceEventSource (line 17) | static ServiceEventSource() method ServiceEventSource (line 25) | private ServiceEventSource() : base() { } class Keywords (line 31) | public static class Keywords method Message (line 47) | [NonEvent] method Message (line 58) | [Event(MessageEventId, Level = EventLevel.Informational, Message = "{0... method ServiceMessage (line 67) | [NonEvent] method ServiceMessage (line 90) | [Event(ServiceMessageEventId, Level = EventLevel.Informational, Messag... method ServiceTypeRegistered (line 127) | [Event(ServiceTypeRegisteredEventId, Level = EventLevel.Informational,... method ServiceHostInitializationFailed (line 134) | [Event(ServiceHostInitializationFailedEventId, Level = EventLevel.Erro... method ServiceRequestStart (line 144) | [Event(ServiceRequestStartEventId, Level = EventLevel.Informational, M... method ServiceRequestStop (line 151) | [Event(ServiceRequestStopEventId, Level = EventLevel.Informational, Me... method GetReplicaOrInstanceId (line 159) | private static long GetReplicaOrInstanceId(ServiceContext context) method SizeInBytes (line 176) | private int SizeInBytes(string s) FILE: ReferenceApp/Web.Service/Startup.cs class Startup (line 13) | public class Startup method Startup (line 15) | public Startup(IHostingEnvironment env) method ConfigureServices (line 28) | public void ConfigureServices(IServiceCollection services) method Configure (line 35) | public void Configure(IApplicationBuilder app, IHostingEnvironment env... FILE: ReferenceApp/Web.Service/WebService.cs class WebService (line 19) | internal sealed class WebService : StatelessService method WebService (line 21) | public WebService(StatelessServiceContext context) method CreateServiceInstanceListeners (line 29) | protected override IEnumerable CreateServiceI...