4 references to ERR_MissingSourceInterface
Microsoft.CodeAnalysis.CSharp (2)
Emitter\NoPia\EmbeddedEvent.cs (1)
110
EmbeddedTypesManager.Error(diagnostics, ErrorCode.
ERR_MissingSourceInterface
, syntaxNodeOpt, underlyingContainingType, UnderlyingEvent.AdaptedEventSymbol);
Errors\ErrorFacts.cs (1)
1403
or ErrorCode.
ERR_MissingSourceInterface
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\NoPiaEmbedTypes.cs (2)
2464
Diagnostic(ErrorCode.
ERR_MissingSourceInterface
, "x1.E += Handler").WithArguments("Interface1_Event", "Interface1_Event.E").WithLocation(6, 6),
2467
Diagnostic(ErrorCode.
ERR_MissingSourceInterface
, "x4.E += Handler").WithArguments("Interface4_Event", "Interface4_Event.E").WithLocation(16, 6)