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)
155Debug.Assert((Me.IsFunctionValue AndAlso _container.Kind = SymbolKind.Method AndAlso DirectCast(_container, MethodSymbol).MethodKind = MethodKind.LambdaMethod) OrElse type.Equals(ComputeType())) 202Return _container 622Return other IsNot Nothing AndAlso other._identifierToken.Equals(Me._identifierToken) AndAlso Equals(other._container, Me._container) AndAlso String.Equals(other.Name, Me.Name) 626Return Hash.Combine(_identifierToken.GetHashCode(), Me._container.GetHashCode()) 951MyBase.New(originalVariable._container, type)