2 references to ToConflictResolution
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.cs (1)
110return resolution.ToConflictResolution();
Rename\ConflictEngine\MutableConflictResolution.cs (1)
19/// The result of the conflict engine. Can be made immutable by calling <see cref="ToConflictResolution()"/>.