9 references to AsyncMethodName
Microsoft.CodeAnalysis.Razor.Compiler (9)
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (2)
95
(string.Equals(m.Name, ViewComponentTypes.
AsyncMethodName
, StringComparison.Ordinal) ||
114
if (string.Equals(selectedMethod.Name, ViewComponentTypes.
AsyncMethodName
, StringComparison.Ordinal))
Mvc.Version2_X\ViewComponentTagHelperDescriptorFactory.cs (2)
108
if (string.Equals(selectedMethod.Name, ViewComponentTypes.
AsyncMethodName
, StringComparison.Ordinal))
164
(string.Equals(m.Name, ViewComponentTypes.
AsyncMethodName
, StringComparison.Ordinal) ||
Mvc\RazorExtensionsDiagnosticFactory.cs (3)
24
ViewComponentTypes.
AsyncMethodName
,
38
ViewComponentTypes.
AsyncMethodName
);
49
ViewComponentTypes.
AsyncMethodName
,
Mvc\ViewComponentTagHelperDescriptorFactory.cs (2)
108
if (string.Equals(selectedMethod.Name, ViewComponentTypes.
AsyncMethodName
, StringComparison.Ordinal))
164
(string.Equals(m.Name, ViewComponentTypes.
AsyncMethodName
, StringComparison.Ordinal) ||