4 references to Method
Microsoft.Extensions.DotNetDeltaApplier (1)
MetadataUpdateHandlerInvoker.cs (1)
34
=> reporter.Report(GetHandlerDisplayString(
Method
), AgentMessageSeverity.Verbose);
Microsoft.Extensions.DotNetDeltaApplier.Tests (3)
HotReloadAgentTest.cs (3)
121
Assert.Equal(typeof(HandlerWithAllActions).GetMethod("ClearCache", BindingFlags.Static | BindingFlags.NonPublic), actions.ClearCacheHandlers.Single().
Method
);
122
Assert.Equal(typeof(HandlerWithAllActions).GetMethod("UpdateApplication", BindingFlags.Static | BindingFlags.NonPublic), actions.UpdateApplicationHandlers.Single().
Method
);
123
Assert.Equal(typeof(HandlerWithAllActions).GetMethod("UpdateContent", BindingFlags.Static | BindingFlags.NonPublic), actions.UpdateContentHandlers.Single().
Method
);