7 references to ERR_EncUpdateFailedMissingAttribute
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1550
case ErrorCode.
ERR_EncUpdateFailedMissingAttribute
:
Errors\MessageProvider.cs (1)
258
public override int ERR_EncUpdateFailedMissingAttribute => (int)ErrorCode.
ERR_EncUpdateFailedMissingAttribute
;
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (5)
9722
Diagnostic(ErrorCode.
ERR_EncUpdateFailedMissingAttribute
, "F").WithArguments("C.F()", "System.Runtime.CompilerServices.IteratorStateMachineAttribute").WithLocation(7, 29));
9790
Diagnostic(ErrorCode.
ERR_EncUpdateFailedMissingAttribute
, "F").WithArguments("C.F()", "System.Runtime.CompilerServices.IteratorStateMachineAttribute").WithLocation(12, 29));
9975
Diagnostic(ErrorCode.
ERR_EncUpdateFailedMissingAttribute
, "F").WithArguments("C.F()", "System.Runtime.CompilerServices.AsyncStateMachineAttribute").WithLocation(6, 28));
10199
Diagnostic(ErrorCode.
ERR_EncUpdateFailedMissingAttribute
, "F").WithArguments("C.F()", "System.Runtime.CompilerServices.AsyncStateMachineAttribute").WithLocation(6, 28));
10250
Diagnostic(ErrorCode.
ERR_EncUpdateFailedMissingAttribute
, "F").WithArguments("C.F()", "System.Runtime.CompilerServices.IteratorStateMachineAttribute").WithLocation(6, 29));