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