1 write to _container
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
110
_container
= container
7 references to _container
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\LocalSymbol.vb (7)
155
Debug.Assert((Me.IsFunctionValue AndAlso
_container
.Kind = SymbolKind.Method AndAlso DirectCast(
_container
, MethodSymbol).MethodKind = MethodKind.LambdaMethod) OrElse type.Equals(ComputeType()))
202
Return
_container
622
Return other IsNot Nothing AndAlso other._identifierToken.Equals(Me._identifierToken) AndAlso Equals(other.
_container
, Me.
_container
) AndAlso String.Equals(other.Name, Me.Name)
626
Return Hash.Combine(_identifierToken.GetHashCode(), Me.
_container
.GetHashCode())
951
MyBase.New(originalVariable.
_container
, type)