2 references to GetCapabilitiesMethodName
Microsoft.DotNet.HotReload.Agent.Package (2)
HotReloadAgent.cs (2)
78
var getCapabilities = metadataUpdater.GetMethod(
GetCapabilitiesMethodName
, BindingFlags.NonPublic | BindingFlags.Static, binder: null, Type.EmptyTypes, modifiers: null);
81
Reporter.Report($"{MetadataUpdaterTypeName}.{
GetCapabilitiesMethodName
} not found.", AgentMessageSeverity.Error);