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