Base:
property
ContainingType
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingType
4 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SynthesizedMyGroupCollectionPropertySymbol.vb (1)
85Return _field.ContainingType
Symbols\Tuples\TupleErrorFieldSymbol.vb (3)
129Return Hash.Combine(Me.ContainingType.GetHashCode(), Me._tupleElementIndex.GetHashCode()) 138(other IsNot Nothing AndAlso Me._tupleElementIndex = other._tupleElementIndex AndAlso TypeSymbol.Equals(Me.ContainingType, other.ContainingType, TypeCompareKind.ConsiderEverything))