5 references to ERR_SealedAPIInRecord
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2126
or ErrorCode.
ERR_SealedAPIInRecord
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5260
diagnostics.Add(ErrorCode.
ERR_SealedAPIInRecord
, getHashCode.GetFirstLocation(), getHashCode);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\RecordTests.cs (3)
15836
Diagnostic(ErrorCode.
ERR_SealedAPIInRecord
, "GetHashCode").WithArguments("A.GetHashCode()").WithLocation(4, 32),
15847
Diagnostic(ErrorCode.
ERR_SealedAPIInRecord
, "GetHashCode").WithArguments("A.GetHashCode()").WithLocation(4, 32),
16961
Diagnostic(ErrorCode.
ERR_SealedAPIInRecord
, "GetHashCode").WithArguments("A.GetHashCode()").WithLocation(4, 32)