1 instantiation of LoadedType
MSBuildTaskHost (1)
TypeLoader.cs (1)
286return type != null ? new LoadedType(type, _assemblyLoadInfo, _loadedAssembly ?? type.Assembly, typeof(ITaskItem)) : null;
9 references to LoadedType
MSBuildTaskHost (9)
OutOfProcTaskAppDomainWrapperBase.cs (3)
112LoadedType taskType = null; 188LoadedType taskType, 267LoadedType taskType,
TaskLoader.cs (2)
22private static LoadedType s_resolverLoadedType; 46LoadedType loadedType,
TypeLoader.cs (4)
132internal LoadedType Load( 146internal LoadedType ReflectionOnlyLoad( 158private LoadedType GetLoadedType(Concurrent.ConcurrentDictionary<TypeFilter, Concurrent.ConcurrentDictionary<AssemblyLoadInfo, AssemblyInfoToLoadedTypes>> cache, string typeName, AssemblyLoadInfo assembly) 235internal LoadedType GetLoadedTypeByTypeName(string typeName)