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