container/list.Element.Value (field)

10 uses

	container/list (current package)
		list.go#L27: 	Value any
		list.go#L104: 	return l.insert(&Element{Value: v}, at)
		list.go#L140: 	return e.Value
		list.go#L224: 		l.insertValue(e.Value, l.root.prev)
		list.go#L233: 		l.insertValue(e.Value, &l.root)

	crypto/tls
		common.go#L1480: 			entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1494: 	entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1510: 		return elem.Value.(*lruSessionCacheEntry).state, true

	net/http
		transport.go#L2925: 	pc := ele.Value.(*persistConn)

	vendor/golang.org/x/text/unicode/bidi
		bracket.go#L160: 				opener := elem.Value.(int)