3 references to Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket
Microsoft.CodeAnalysis.EditorFeatures (2)
ExtractMethod\ExtractMethodCommandHandler.cs (2)
285
var length = FeaturesResources.
Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket
.IndexOf(':');
286
if (reason != null && length > 0 && reason.IndexOf(FeaturesResources.
Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket
[..length], 0, length, StringComparison.Ordinal) >= 0)
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
329
return new OperationStatus(OperationStatusFlag.BestEffort, string.Format(FeaturesResources.
Asynchronous_method_cannot_have_ref_out_parameters_colon_bracket_0_bracket
, string.Join(", ", names)));