15 references to WRN_ExternCtorNoImplementation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
343
case ErrorCode.
WRN_ExternCtorNoImplementation
:
1114
or ErrorCode.
WRN_ExternCtorNoImplementation
Generated\ErrorFacts.Generated.cs (1)
65
case ErrorCode.
WRN_ExternCtorNoImplementation
:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1504
ErrorCode.
WRN_ExternCtorNoImplementation
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
PartialEventsAndConstructorsTests.cs (1)
1642
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "C").WithArguments("C.C()").WithLocation(7, 12));
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)
44417
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "I6").WithArguments("I6.I6()").WithLocation(24, 19)
44448
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "I6").WithArguments("I6.I6()").WithLocation(24, 19)
44759
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "I1").WithArguments("I1.I1()").WithLocation(4, 19)
Symbols\SymbolErrorTests.cs (6)
8171
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "C").WithArguments("C.C(object)"));
18465
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "C").WithArguments("NS.C<T>.C()").WithLocation(5, 16),
18467
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "S").WithArguments("NS.C<T>.S.S(string)").WithLocation(9, 20));
18486
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "B").WithArguments("B.B()").WithLocation(4, 19));
18510
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "B").WithArguments("B.B()").WithLocation(8, 17)
18633
Diagnostic(ErrorCode.
WRN_ExternCtorNoImplementation
, "B").WithArguments("B.B()").WithLocation(5, 17),