1 instantiation of AssemblyData
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (1)
103AssemData = New AssemblyData
16 references to AssemblyData
Microsoft.VisualBasic.Core (16)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (3)
92Friend Function GetAssemblyData(ByVal assem As System.Reflection.Assembly) As AssemblyData 101Dim AssemData As AssemblyData = CType(m_AssemblyData.Item(assem), AssemblyData)
Microsoft\VisualBasic\FileSystem.vb (13)
273Dim oAssemblyData As AssemblyData = ProjectData.GetProjectData().GetAssemblyData(System.Reflection.Assembly.GetCallingAssembly()) 408Dim oAssemblyData As AssemblyData = ProjectData.GetProjectData().GetAssemblyData(System.Reflection.Assembly.GetCallingAssembly()) 459Dim oAssemblyData As AssemblyData = ProjectData.GetProjectData().GetAssemblyData(assem) 549Dim oAssemblyData As AssemblyData 1111Dim oAssemblyData As AssemblyData 1201Dim oAssemblyData As AssemblyData = ProjectData.GetProjectData().GetAssemblyData(System.Reflection.Assembly.GetCallingAssembly()) 1287Friend Sub CloseAllFiles(ByVal oAssemblyData As AssemblyData) 1295Private Sub InternalCloseFile(ByVal oAssemblyData As AssemblyData, ByVal FileNumber As Integer) 1315Friend Function VB6CheckPathname(ByVal oAssemblyData As AssemblyData, ByVal sPath As String, ByVal mode As OpenMode) As String 1333Friend Function CheckFileOpen(ByVal oAssemblyData As AssemblyData, ByVal sPath As String, ByVal NewFileMode As OpenModeTypes) As Boolean 1380Dim oAssemblyData As AssemblyData 1473Private Sub AddFileToList(ByVal oAssemblyData As AssemblyData, ByVal FileNumber As Integer, ByVal oFile As VB6File) 1505Private Function GetChannelOrNull(ByVal oAssemblyData As AssemblyData, ByVal FileNumber As Integer) As VB6File