4 references to ERR_RefReturningPropertiesCannotBeRequired
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2288or ErrorCode.ERR_RefReturningPropertiesCannotBeRequired
Symbols\Source\SourcePropertySymbolBase.cs (1)
884diagnostics.Add(ErrorCode.ERR_RefReturningPropertiesCannotBeRequired, Location);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\RequiredMembersTests.cs (2)
1353Diagnostic(ErrorCode.ERR_RefReturningPropertiesCannotBeRequired, "Prop1").WithLocation(5, 29), 1359Diagnostic(ErrorCode.ERR_RefReturningPropertiesCannotBeRequired, "Prop2").WithLocation(6, 38)