20 references to ERR_PartialMemberParamsDifference
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1097
or ErrorCode.
ERR_PartialMemberParamsDifference
Symbols\Source\SourceConstructorSymbol.cs (1)
313
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)
9954
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test1").WithLocation(13, 18),
9960
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(17, 18),
10007
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test1").WithLocation(13, 18),
10013
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(17, 18),
10066
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test1").WithLocation(14, 18),
10072
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(18, 18),
10125
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test3").WithLocation(20, 31)
15059
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test2").WithLocation(11, 18),
15068
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "Test3").WithLocation(17, 18)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\DefaultInterfaceImplementationTests.cs (1)
11627
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)
14290
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "M1").WithLocation(4, 18),
14292
Diagnostic(ErrorCode.
ERR_PartialMemberParamsDifference
, "M2").WithLocation(5, 18));