2 implementations of WriteStartOperationAsync
dotnet-svcutil-lib (2)
DebugLogger.cs (1)
78
public async Task<DateTime>
WriteStartOperationAsync
(string message, bool logToUI = false)
Shared\Utilities\SafeLogger.cs (1)
69
public Task<DateTime>
WriteStartOperationAsync
(string message, bool logToUI = false)
1 reference to WriteStartOperationAsync
dotnet-svcutil-lib (1)
Shared\Utilities\SafeLogger.cs (1)
73
return this.logger.
WriteStartOperationAsync
(message, logToUI);