6 references to ApplyExpressionLevelSemanticEditsAsync
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpRemoveUnnecessaryCastCodeFixProvider.cs (1)
52await editor.ApplyExpressionLevelSemanticEditsAsync(
CSharpUseDefaultLiteralCodeFixProvider.cs (1)
60await editor.ApplyExpressionLevelSemanticEditsAsync(
CSharpUseRangeOperatorCodeFixProvider.cs (1)
58await editor.ApplyExpressionLevelSemanticEditsAsync(
Microsoft.CodeAnalysis.Features (2)
AbstractAddExplicitCastCodeFixProvider.cs (1)
205await editor.ApplyExpressionLevelSemanticEditsAsync(
AbstractRemoveUnnecessaryParenthesesCodeFixProvider.cs (1)
43return editor.ApplyExpressionLevelSemanticEditsAsync(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb (1)
104Await innerEditor.ApplyExpressionLevelSemanticEditsAsync(