public TypeLibVBEExtensions(ITypeLibWrapper parent, ITypeLibInternal unwrappedTypeLib) { _name = parent.Name; // ReSharper disable once SuspiciousTypeConversion.Global // We assume that the caller already has checked the HasVBEExtensions // before creating this object for the given type library. _target_IVBEProject = (IVBEProject)unwrappedTypeLib; VBEReferences = new TypeLibReferenceCollection(this); }
internal TypeLibWrapperTracer(ITypeLibWrapper wrapper, ITypeLibInternal inner) { _wrapper = wrapper; _inner = inner; }