11 references to ERR_RequiredMemberMustBeSettable
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2223
case ErrorCode.
ERR_RequiredMemberMustBeSettable
:
Symbols\Source\ModifierUtils.cs (1)
505
diagnostics.Add(ErrorCode.
ERR_RequiredMemberMustBeSettable
, errorLocation, symbol);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (9)
Symbols\RequiredMembersTests.cs (9)
1366
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(5, 29),
1372
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop2").WithArguments("C.Prop2").WithLocation(6, 38),
1429
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Field").WithArguments("C.Field").WithLocation(4, 34),
1432
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(5, 25),
1752
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(7, 25),
1755
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Field1").WithArguments("C.Field1").WithLocation(8, 34)
1825
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Prop1").WithArguments("C.Prop1").WithLocation(8, 25),
1828
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Field1").WithArguments("C.Field1").WithLocation(9, 34)
3803
Diagnostic(ErrorCode.
ERR_RequiredMemberMustBeSettable
, "Property").WithArguments("C.Property").WithLocation(6, 60)