2 overrides of EmbedCorrespondingComEventInterfaceMethodInternal
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedEvent.cs (1)
70
protected override void
EmbedCorrespondingComEventInterfaceMethodInternal
(SyntaxNode syntaxNodeOpt, DiagnosticBag diagnostics, bool isUsedForComAwareEventBinding)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NoPia\EmbeddedEvent.vb (1)
59
Protected Overrides Sub
EmbedCorrespondingComEventInterfaceMethodInternal
(syntaxNodeOpt As SyntaxNode, diagnostics As DiagnosticBag, isUsedForComAwareEventBinding As Boolean)
1 reference to EmbedCorrespondingComEventInterfaceMethodInternal
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedEvent.cs (1)
88
EmbedCorrespondingComEventInterfaceMethodInternal
(syntaxNodeOpt, diagnostics, isUsedForComAwareEventBinding);