4 references to where_clause
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2198
return CSharpFeaturesResources.
where_clause
;
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
EditAndContinue\ActiveStatementTests.cs (2)
11778
Diagnostic(RudeEditKind.ActiveStatementLambdaRemoved, "from", CSharpFeaturesResources.
where_clause
));
12025
Diagnostic(RudeEditKind.ActiveStatementLambdaRemoved, "into", CSharpFeaturesResources.
where_clause
));
EditAndContinue\Helpers\EditingTestBase.cs (1)
98
"where clause" => CSharpFeaturesResources.
where_clause
,