2 writes to IsDelegateWithAwaitableResult
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
222
builder.
IsDelegateWithAwaitableResult
= IsAwaitable(property);
rzc (1)
Json\ObjectReaders_TagHelpers.cs (1)
256
IsDelegateWithAwaitableResult
= reader.ReadBooleanOrFalse(nameof(PropertyMetadata.IsDelegateWithAwaitableResult)),
1 reference to IsDelegateWithAwaitableResult
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\PropertyMetadata.cs (1)
50
IsDelegateWithAwaitableResult =
IsDelegateWithAwaitableResult
,