12 references to ERR_InterfacesCantContainConstructors
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
875case ErrorCode.ERR_InterfacesCantContainConstructors:
Symbols\Source\SourceMemberContainerSymbol.cs (1)
3794diagnostics.Add(ErrorCode.ERR_InterfacesCantContainConstructors, member.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Symbols\DefaultInterfaceImplementationTests.cs (8)
44164Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I1").WithLocation(4, 5), 44170Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I2").WithLocation(10, 5) 44217Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I3").WithLocation(12, 5), 44220Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I4").WithLocation(16, 5), 44226Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I5").WithLocation(20, 5), 44248Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I3").WithLocation(12, 5), 44251Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I4").WithLocation(16, 5), 44257Diagnostic(ErrorCode.ERR_InterfacesCantContainConstructors, "I5").WithLocation(20, 5),
Symbols\SymbolErrorTests.cs (2)
9121new ErrorDescription { Code = (int)ErrorCode.ERR_InterfacesCantContainConstructors, Line = 5, Column = 17 }, 9122new ErrorDescription { Code = (int)ErrorCode.ERR_InterfacesCantContainConstructors, Line = 6, Column = 19 });