1 write to _assembly
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\AssemblyInfo.vb (1)
48_assembly = currentAssembly
5 references to _assembly
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\ApplicationServices\AssemblyInfo.vb (5)
57Return _assembly.GetName.Name 140Return IO.Path.GetDirectoryName(_assembly.Location) 261Return _assembly.GetName().Version 288Debug.Assert(_assembly IsNot Nothing, "Null m_Assembly") 290Dim attributes() As Object = _assembly.GetCustomAttributes(attributeType, inherit:=True)