8 references to ERR_InteropTypeMissingAttribute
Microsoft.CodeAnalysis.CSharp (2)
Emitter\NoPia\EmbeddedType.cs (1)
291
EmbeddedTypesManager.Error(diagnostics, ErrorCode.
ERR_InteropTypeMissingAttribute
, syntaxNodeOpt, UnderlyingNamedType.AdaptedNamedTypeSymbol, description.FullName);
Errors\ErrorFacts.cs (1)
1393
or ErrorCode.
ERR_InteropTypeMissingAttribute
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (6)
Emit\NoPiaEmbedTypes.cs (6)
2525
Diagnostic(ErrorCode.
ERR_InteropTypeMissingAttribute
, "x.Goo -= Handler").WithArguments("Interface1_Event", "System.Runtime.InteropServices.ComImportAttribute")
2530
Diagnostic(ErrorCode.
ERR_InteropTypeMissingAttribute
).WithArguments("Interface1_Event", "System.Runtime.InteropServices.ComImportAttribute")
2640
Diagnostic(ErrorCode.
ERR_InteropTypeMissingAttribute
, "x.Goo -= Handler").WithArguments("Interface1_Event", "System.Runtime.InteropServices.GuidAttribute")
2645
Diagnostic(ErrorCode.
ERR_InteropTypeMissingAttribute
).WithArguments("Interface1_Event", "System.Runtime.InteropServices.GuidAttribute")
5646
Diagnostic(ErrorCode.
ERR_InteropTypeMissingAttribute
, "e3").WithArguments("IMyInterface", "System.Runtime.InteropServices.ComImportAttribute"),
5654
Diagnostic(ErrorCode.
ERR_InteropTypeMissingAttribute
).WithArguments("IMyInterface", "System.Runtime.InteropServices.ComImportAttribute")