2 references to HandlerMethodBindingFlags
Microsoft.DotNet.HotReload.Agent.Package (2)
MetadataUpdateHandlerInvoker.cs (2)
260
if (handlerType.GetMethod(name,
HandlerMethodBindingFlags
, binder: null, s_metadataUpdateSignature, modifiers: null) is MethodInfo updateMethod &&
272
if (handlerType.GetMethod(name,
HandlerMethodBindingFlags
, binder: null, s_contentUpdateSignature, modifiers: null) is MethodInfo updateMethod &&