2 overrides of ContainingType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedProperty.cs (1)
56protected override EmbeddedType ContainingType
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NoPia\EmbeddedProperty.vb (1)
49Protected Overrides ReadOnly Property ContainingType As EmbeddedType
2 references to ContainingType
Microsoft.CodeAnalysis (2)
Emit\NoPia\CommonEmbeddedProperty.cs (2)
186get { return ContainingType; } 199return ContainingType;