14 references to ERR_RequiredMemberMustBeSettable
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2279
or ErrorCode.
ERR_RequiredMemberMustBeSettable
Symbols\Source\ModifierUtils.cs (1)
530
diagnostics.Add(ErrorCode.
ERR_RequiredMemberMustBeSettable
, errorLocation, symbol);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
FieldKeywordTests.cs (3)
7445
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "P1").WithArguments("C.P1").WithLocation(4, 28),
7448
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "P2").WithArguments("C.P2").WithLocation(5, 28),
7451
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "P3").WithArguments("C.P3").WithLocation(6, 28),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (9)
Symbols\RequiredMembersTests.cs (9)
1350
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(5, 29),
1356
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop2").WithArguments("C.Prop2").WithLocation(6, 38),
1413
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Field").WithArguments("C.Field").WithLocation(4, 34),
1416
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(5, 25),
1736
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(7, 25),
1739
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Field1").WithArguments("C.Field1").WithLocation(8, 34)
1842
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(8, 25),
1845
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Field1").WithArguments("C.Field1").WithLocation(9, 34)
4428
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Property").WithArguments("C.Property").WithLocation(6, 60)