6 references to GetResourceString
System.ComponentModel.EventBasedAsync (6)
artifacts\obj\System.ComponentModel.EventBasedAsync\Debug\net10.0\System.SR.cs (6)
16
internal static string @Async_OperationAlreadyCompleted =>
GetResourceString
("Async_OperationAlreadyCompleted", @"This operation has already had OperationCompleted called on it and further calls are illegal.");
18
internal static string @Async_OperationCancelled =>
GetResourceString
("Async_OperationCancelled", @"Operation has been cancelled.");
20
internal static string @Async_ExceptionOccurred =>
GetResourceString
("Async_ExceptionOccurred", @"An exception occurred during the operation, making the result invalid. Check InnerException for exception details.");
22
internal static string @BackgroundWorker_WorkerAlreadyRunning =>
GetResourceString
("BackgroundWorker_WorkerAlreadyRunning", @"This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.");
24
internal static string @BackgroundWorker_WorkerDoesntReportProgress =>
GetResourceString
("BackgroundWorker_WorkerDoesntReportProgress", @"This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress.");
26
internal static string @BackgroundWorker_WorkerDoesntSupportCancellation =>
GetResourceString
("BackgroundWorker_WorkerDoesntSupportCancellation", @"This BackgroundWorker states that it doesn't support cancellation. Modify WorkerSupportsCancellation to state that it does support cancellation.");