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