20 references to ERR_PartialMemberParamsDifference
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1097
or ErrorCode.
ERR_PartialMemberParamsDifference
Symbols\Source\SourceConstructorSymbol.cs (1)
305
diagnostics.Add(ErrorCode.
ERR_PartialMemberParamsDifference
, implementation.GetFirstLocation());
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
527
diagnostics.Add(ErrorCode.
ERR_PartialMemberParamsDifference
, implementation.GetFirstLocation());
Symbols\Source\SourcePropertySymbol.cs (1)
782
diagnostics.Add(ErrorCode.
ERR_PartialMemberParamsDifference
, implementation.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (11)
PartialEventsAndConstructorsTests.cs (2)
3045
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "C1").WithLocation(5, 13),
3048
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "C2").WithLocation(10, 13),
Semantics\ParamsCollectionTests.cs (9)
9970
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test1").WithLocation(13, 18),
9976
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(17, 18),
10023
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test1").WithLocation(13, 18),
10029
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(17, 18),
10082
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test1").WithLocation(14, 18),
10088
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(18, 18),
10141
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test3").WithLocation(20, 31)
15075
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(11, 18),
15084
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test3").WithLocation(17, 18)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\DefaultInterfaceImplementationTests.cs (1)
11616
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "M2").WithLocation(8, 25),
Symbols\PartialPropertiesTests.cs (2)
3219
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "this").WithLocation(7, 24),
3222
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "this").WithLocation(10, 24),
Symbols\SymbolErrorTests.cs (2)
14279
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "M1").WithLocation(4, 18),
14281
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "M2").WithLocation(5, 18));