2 references to HandlerMethodBindingFlags
Microsoft.AspNetCore.Components.WebAssembly (2)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.5.25258.39\contentFiles\cs\netstandard2.1\MetadataUpdateHandlerInvoker.cs (2)
258
if (handlerType.GetMethod(name,
HandlerMethodBindingFlags
, binder: null, s_metadataUpdateSignature, modifiers: null) is MethodInfo updateMethod &&
270
if (handlerType.GetMethod(name,
HandlerMethodBindingFlags
, binder: null, s_contentUpdateSignature, modifiers: null) is MethodInfo updateMethod &&