8 references to ERR_BadVisEventType
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1599or ErrorCode.ERR_BadVisEventType
Symbols\Source\SourceEventSymbol.cs (1)
667diagnostics.Add(ErrorCode.ERR_BadVisEventType, location, this, this.Type);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\SymbolErrorTests.cs (6)
20389Diagnostic(ErrorCode.ERR_BadVisEventType, "A").WithArguments("PublicClass.A", "System.Action<InternalInterface>"), 20392Diagnostic(ErrorCode.ERR_BadVisEventType, "B").WithArguments("PublicClass.B", "System.Action<InternalClass>"), 20395Diagnostic(ErrorCode.ERR_BadVisEventType, "C").WithArguments("PublicClass.C", "System.Action<PublicClass.Protected>"), 20398Diagnostic(ErrorCode.ERR_BadVisEventType, "D").WithArguments("PublicClass.D", "InternalDelegate"), 20401Diagnostic(ErrorCode.ERR_BadVisEventType, "E").WithArguments("PublicClass.E", "InternalDelegate"), 20404Diagnostic(ErrorCode.ERR_BadVisEventType, "F").WithArguments("InternalClass.F", "System.Action<PublicClass.Protected>"),