2 writes to ErrorMessage
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictResolution.cs (2)
56
ErrorMessage
= errorMessage;
81
ErrorMessage
= null;
4 references to ErrorMessage
Microsoft.CodeAnalysis.Workspaces (4)
Rename\ConflictResolution.cs (3)
18
/// If this is false, the <see cref="
ErrorMessage
"/> would be with this resolution. All the other field or property would be <see langword="null"/> or empty.
19
/// If this is true, the <see cref="
ErrorMessage
"/> would be null. All the other fields or properties would be valid.
21
[MemberNotNullWhen(false, nameof(
ErrorMessage
))]
Rename\Renamer.cs (1)
65
throw new ArgumentException(resolution.
ErrorMessage
);