24 references to ERR_PartialMemberUnsafeDifference
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (1)
1114
or ErrorCode.
ERR_PartialMemberUnsafeDifference
Symbols\Source\SourceConstructorSymbol.cs (1)
310
diagnostics.Add(ErrorCode.
ERR_PartialMemberUnsafeDifference
, implementation.GetFirstLocation());
Symbols\Source\SourceEventSymbol.cs (1)
945
diagnostics.Add(ErrorCode.
ERR_PartialMemberUnsafeDifference
, implementation.GetFirstLocation());
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
524
diagnostics.Add(ErrorCode.
ERR_PartialMemberUnsafeDifference
, implementation.GetFirstLocation());
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
896
diagnostics.Add(ErrorCode.
ERR_PartialMemberUnsafeDifference
, implementationAccessor.GetFirstLocation());
Symbols\Source\SourcePropertySymbol.cs (1)
776
diagnostics.Add(ErrorCode.
ERR_PartialMemberUnsafeDifference
, implementation.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.CSharp15.UnitTests (12)
UnsafeEvolutionTests.cs (12)
6199
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 29),
6239
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 42));
6253
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "P").WithLocation(4, 24),
6256
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 35));
6270
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "P").WithLocation(4, 31),
6273
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 35));
6777
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 38),
6817
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 52));
6831
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "this").WithLocation(4, 24),
6834
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 45));
6848
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "this").WithLocation(4, 31),
6851
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "get").WithLocation(4, 45));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
PartialEventsAndConstructorsTests.cs (2)
3071
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "C").WithLocation(8, 13),
3074
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "F").WithLocation(10, 33));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\PartialPropertiesTests.cs (2)
2067
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "P1").WithLocation(9, 31),
2070
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "P2").WithLocation(10, 24));
Symbols\SymbolErrorTests.cs (2)
14560
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "M1").WithLocation(4, 18),
14562
Diagnostic(ErrorCode.
ERR_PartialMemberUnsafeDifference
, "M2").WithLocation(5, 25));