7 references to ERR_EncUpdateFailedDelegateTypeChanged
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\EmitHelpers.cs (1)
87
diagnostics.Add(ErrorCode.
ERR_EncUpdateFailedDelegateTypeChanged
, Location.None);
Errors\ErrorFacts.cs (1)
579
case ErrorCode.
ERR_EncUpdateFailedDelegateTypeChanged
:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\EditAndContinue\EditAndContinueTests.cs (4)
1447
Diagnostic(ErrorCode.
ERR_EncUpdateFailedDelegateTypeChanged
).WithLocation(1, 1));
1496
Diagnostic(ErrorCode.
ERR_EncUpdateFailedDelegateTypeChanged
).WithLocation(1, 1));
1574
Diagnostic(ErrorCode.
ERR_EncUpdateFailedDelegateTypeChanged
).WithLocation(1, 1));
1689
Diagnostic(ErrorCode.
ERR_EncUpdateFailedDelegateTypeChanged
).WithLocation(1, 1));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2937
case ErrorCode.
ERR_EncUpdateFailedDelegateTypeChanged
: