1 write to _contextKey
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\ContextValue.vb (1)
28
_contextKey
= Guid.NewGuid.ToString
2 references to _contextKey
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\MyServices\Internal\ContextValue.vb (2)
43
Return DirectCast(dictionary(
_contextKey
), T)
47
dictionary(
_contextKey
) = value