Click or drag to resize

ApplicationContext_assemblyToProjectMap Field

Map of assemblies to projects in which they are referenced (used only when loading with reflection).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected Dictionary<Assembly, HashSet<Project>> _assemblyToProjectMap

Field Value

Type: DictionaryAssembly, HashSetProject
See Also