2 implementations of WriteWarningAsync
dotnet-svcutil-lib (2)
DebugLogger.cs (1)
73
public Task
WriteWarningAsync
(string warningMessage, bool logToUI)
Shared\Utilities\SafeLogger.cs (1)
51
public Task
WriteWarningAsync
(string warningMessage, bool logToUI)
1 reference to WriteWarningAsync
dotnet-svcutil-lib (1)
Shared\Utilities\SafeLogger.cs (1)
55
return this.logger.
WriteWarningAsync
(warningMessage, logToUI);