14 references to WRN_ExternCtorNoImplementation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
330
case ErrorCode.
WRN_ExternCtorNoImplementation
:
1052
case ErrorCode.
WRN_ExternCtorNoImplementation
:
Generated\ErrorFacts.Generated.cs (1)
65
case ErrorCode.
WRN_ExternCtorNoImplementation
:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1063
ErrorCode.
WRN_ExternCtorNoImplementation
:
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_IConstructorBodyOperation.cs (1)
1066
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "C").WithArguments("C.C()").WithLocation(4, 19)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (9)
Symbols\DefaultInterfaceImplementationTests.cs (3)
44232
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "I6").WithArguments("I6.I6()").WithLocation(24, 19)
44263
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "I6").WithArguments("I6.I6()").WithLocation(24, 19)
44568
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "I1").WithArguments("I1.I1()").WithLocation(4, 19)
Symbols\SymbolErrorTests.cs (6)
8081
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "C").WithArguments("C.C(object)"));
18320
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "C").WithArguments("NS.C<T>.C()").WithLocation(5, 16),
18322
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "S").WithArguments("NS.C<T>.S.S(string)").WithLocation(9, 20));
18341
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "B").WithArguments("B.B()").WithLocation(4, 19));
18365
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "B").WithArguments("B.B()").WithLocation(8, 17)
18488
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "B").WithArguments("B.B()").WithLocation(5, 17),