1 write to _assembly
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\AssemblyInfo.vb (1)
48_assembly = currentAssembly
6 references to _assembly
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\ApplicationServices\AssemblyInfo.vb (6)
58Return _assembly.GetName.Name 91Return IO.Path.GetDirectoryName(_assembly.Location) 258Return _assembly.GetName().Version 285Debug.Assert(_assembly IsNot Nothing, $"Null {NameOf(_assembly)}") 288Dim attributes() As Object = _assembly.GetCustomAttributes(attributeType, inherit:=True)