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