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