2 overrides of ContainingType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedEvent.cs (1)
49
protected override EmbeddedType
ContainingType
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NoPia\EmbeddedEvent.vb (1)
41
Protected Overrides ReadOnly Property
ContainingType
As EmbeddedType
2 references to ContainingType
Microsoft.CodeAnalysis (2)
Emit\NoPia\CommonEmbeddedEvent.cs (2)
158
get { return
ContainingType
; }
171
return
ContainingType
;