5 references to FindMethodName
Microsoft.CodeAnalysis.Features (5)
SemanticSearch\AbstractSemanticSearchService.cs (5)
279
if (candidate.Name.StartsWith($"<{WellKnownMemberNames.TopLevelStatementsEntryPointMethodName}>g__{SemanticSearchUtilities.
FindMethodName
}|"))
287
error = string.Format(FeaturesResources.The_query_does_not_specify_0_top_level_function, SemanticSearchUtilities.
FindMethodName
);
294
error = string.Format(FeaturesResources.Method_0_must_be_static_and_non_generic, SemanticSearchUtilities.
FindMethodName
);
300
error = string.Format(FeaturesResources.The_query_specifies_multiple_top_level_functions_1, SemanticSearchUtilities.
FindMethodName
);
308
error = string.Format(FeaturesResources.The_query_specifies_multiple_top_level_functions_1, SemanticSearchUtilities.
FindMethodName
);