5 references to ERR_CantRefResource
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1144
case ErrorCode.
ERR_CantRefResource
:
Errors\MessageProvider.cs (1)
241
public override int ERR_ResourceInModule => (int)ErrorCode.
ERR_CantRefResource
;
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\ResourceTests.cs (3)
474
Assert.NotEmpty(result.Diagnostics.Where(x => x.Code == (int)ErrorCode.
ERR_CantRefResource
));
484
Assert.NotEmpty(result.Diagnostics.Where(x => x.Code == (int)ErrorCode.
ERR_CantRefResource
));
493
Assert.NotEmpty(result.Diagnostics.Where(x => x.Code == (int)ErrorCode.
ERR_CantRefResource
));