1 write to TextChanges
Microsoft.CodeAnalysis.Features (1)
AddImport\AddImportFixData.cs (1)
118
TextChanges
= textChanges;
2 references to TextChanges
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs (1)
25
public ImmutableArray<TextChange> TextChanges => Underlying.
TextChanges
;
Microsoft.CodeAnalysis.Features (1)
AddImport\CodeActions\AddImportCodeAction.cs (1)
55
_textChanges = fixData.
TextChanges
.ToImmutableArrayOrEmpty();