2 references to CreateMethod
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
182
IntermediateNodeFactory.CSharpToken($"global::{ComponentsApi.EventCallback.FactoryAccessor}.{ComponentsApi.EventCallbackFactory.
CreateMethod
}<{TypeNameHelper.GetGloballyQualifiedNameIfNeeded(eventArgsType)}>(this, "));
Language\Components\ComponentNodeWriter.cs (1)
1354
context.CodeWriter.Write(ComponentsApi.EventCallbackFactory.
CreateMethod
);