3 implementations of ForgetCachedResult
Aspire.Hosting (3)
ApplicationModel\CommandLineArgsCallbackAnnotation.cs (1)
65void IArgCallbackAnnotation.ForgetCachedResult()
ApplicationModel\EnvironmentCallbackAnnotation.cs (1)
98void IEnvCallbackAnnotation.ForgetCachedResult()
ApplicationModel\LaunchToolArgsCallbackAnnotation.cs (1)
102void IArgCallbackAnnotation.ForgetCachedResult()
6 references to ForgetCachedResult
Aspire.Hosting (4)
ApplicationModel\ICallbackResourceAnnotation.cs (1)
45/// Use <see cref="ForgetCachedResult"/> when a resource decorated with this callback annotation is restarted.
Dcp\DcpExecutor.cs (3)
1336((ICallbackResourceAnnotation<EnvironmentCallbackContext, Dictionary<string, object>>)callback).ForgetCachedResult(); 1344((ICallbackResourceAnnotation<CommandLineArgsCallbackContext, IList<object>>)callback).ForgetCachedResult(); 1352((ICallbackResourceAnnotation<CommandLineArgsCallbackContext, IList<object>>)callback).ForgetCachedResult();
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
540environmentCallback.AsCallbackAnnotation().ForgetCachedResult(); 614environmentCallback.AsCallbackAnnotation().ForgetCachedResult();