8 references to ERR_BadVisEventType
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1537
case ErrorCode.
ERR_BadVisEventType
:
Symbols\Source\SourceEventSymbol.cs (1)
588
diagnostics.Add(ErrorCode.
ERR_BadVisEventType
, location, this, this.Type);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\SymbolErrorTests.cs (6)
20233
Diagnostic(ErrorCode.
ERR_BadVisEventType
, "A").WithArguments("PublicClass.A", "System.Action<InternalInterface>"),
20236
Diagnostic(ErrorCode.
ERR_BadVisEventType
, "B").WithArguments("PublicClass.B", "System.Action<InternalClass>"),
20239
Diagnostic(ErrorCode.
ERR_BadVisEventType
, "C").WithArguments("PublicClass.C", "System.Action<PublicClass.Protected>"),
20242
Diagnostic(ErrorCode.
ERR_BadVisEventType
, "D").WithArguments("PublicClass.D", "InternalDelegate"),
20245
Diagnostic(ErrorCode.
ERR_BadVisEventType
, "E").WithArguments("PublicClass.E", "InternalDelegate"),
20248
Diagnostic(ErrorCode.
ERR_BadVisEventType
, "F").WithArguments("InternalClass.F", "System.Action<PublicClass.Protected>"),