2 references to TryParseEventCallbackTypeArgument
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentNodeWriter.cs (1)
1356
if (isInferred != true && node.
TryParseEventCallbackTypeArgument
(out ReadOnlyMemory<char> argument))
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
192
if (
TryParseEventCallbackTypeArgument
(out ReadOnlyMemory<char> memory))