2 implementations of ContainingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol.cs (1)
241INamedTypeSymbolInternal ISymbolInternal.ContainingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol.vb (1)
1168Private ReadOnly Property ISymbolInternal_ContainingType As INamedTypeSymbolInternal Implements ISymbolInternal.ContainingType
4 references to ContainingType
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolChanges.cs (1)
224if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol.ContainingType))
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
CSharpTestBase.cs (2)
1854var type = method.ContainingType; 1863while ((type = type.ContainingType) != null)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol.vb (1)
1168Private ReadOnly Property ISymbolInternal_ContainingType As INamedTypeSymbolInternal Implements ISymbolInternal.ContainingType