3 references to ERR_FieldLikeEventCantBeReadOnly
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2001
or ErrorCode.
ERR_FieldLikeEventCantBeReadOnly
Symbols\Source\SourceEventSymbol.cs (1)
600
diagnostics.Add(ErrorCode.
ERR_FieldLikeEventCantBeReadOnly
, location, this);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ReadOnlyStructsTests.cs (1)
2250
Diagnostic(ErrorCode.
ERR_FieldLikeEventCantBeReadOnly
, "E").WithArguments("S1.E").WithLocation(6, 45));