Implemented interface member:
method
GetTextChanges
Microsoft.CodeAnalysis.Formatting.IFormattingResult.GetTextChanges(System.Threading.CancellationToken)
1 reference to GetTextChanges
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractAggregatedFormattingResult.cs (1)
57
return this.
GetTextChanges
(CancellationToken.None).Count > 0;