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)
58
Return
_assembly
.GetName.Name
91
Return IO.Path.GetDirectoryName(
_assembly
.Location)
258
Return
_assembly
.GetName().Version
285
Debug.Assert(
_assembly
IsNot Nothing, $"Null {NameOf(
_assembly
)}")
288
Dim attributes() As Object =
_assembly
.GetCustomAttributes(attributeType, inherit:=True)