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