1 write to m_containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
22m_containingType = container
18 references to m_containingType
Microsoft.CodeAnalysis.VisualBasic (18)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_EqualsMethodSymbol.vb (1)
28Return DirectCast(Me.m_containingType, AnonymousTypeTemplateSymbol)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_GetHashCodeMethodSymbol.vb (1)
21Return DirectCast(Me.m_containingType, AnonymousTypeTemplateSymbol)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_IEquatable_EqualsMethodSymbol.vb (1)
28Return DirectCast(Me.m_containingType, AnonymousTypeTemplateSymbol)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ToStringMethodSymbol.vb (1)
25Return DirectCast(Me.m_containingType, AnonymousTypeTemplateSymbol)
Symbols\Source\SynthesizedInteractiveInitializerMethod.vb (2)
101Return m_containingType.Locations() 145Return DirectCast(m_containingType, SourceMemberContainerTypeSymbol).CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, isShared:=False)
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (3)
80ElseIf m_containingType.IsMustInherit Then 173Return m_containingType.GetLexicalSortKey() 181Return m_containingType.Locations
Symbols\SynthesizedSymbols\SynthesizedIntrinsicOperatorSymbol.vb (3)
79TypeSymbol.Equals(m_containingType, other.m_containingType, TypeCompareKind.ConsiderEverything) AndAlso 95Return Hash.Combine(_name, Hash.Combine(m_containingType, _parameters.Length))
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (4)
46Return m_containingType 52Return m_containingType 99Return If(m_containingType.IsComImport AndAlso Not m_containingType.IsInterface,
Symbols\SynthesizedSymbols\SynthesizedRegularMethodBase.vb (2)
123Return m_containingType.GetLexicalSortKey() 131Return m_containingType.Locations