6 writes to typeLibPointer
Microsoft.Build.Tasks.Core (6)
ComReferenceInfo.cs (6)
100
this.
typeLibPointer
= copyFrom.typeLibPointer;
156
this.
typeLibPointer
= (ITypeLib)NativeMethods.LoadTypeLibEx(path, (int)NativeMethods.REGKIND.REGKIND_NONE | (int)NativeMethods.REGKIND.REGKIND_LOAD_TLB_AS_64BIT);
159
this.
typeLibPointer
= (ITypeLib)NativeMethods.LoadTypeLibEx(path, (int)NativeMethods.REGKIND.REGKIND_NONE | (int)NativeMethods.REGKIND.REGKIND_LOAD_TLB_AS_32BIT);
165
this.
typeLibPointer
= (ITypeLib)NativeMethods.LoadTypeLibEx(path, (int)NativeMethods.REGKIND.REGKIND_NONE);
173
ComReference.GetTypeLibAttrForTypeLib(ref this.
typeLibPointer
, out this.attr);
225
typeLibPointer
= null;
6 references to typeLibPointer
Microsoft.Build.Tasks.Core (6)
ComReferenceInfo.cs (4)
100
this.typeLibPointer = copyFrom.
typeLibPointer
;
179
this.
typeLibPointer
,
222
if (
typeLibPointer
!= null)
224
Marshal.ReleaseComObject(
typeLibPointer
);
ResolveComReference.cs (1)
1667
dependencyWalker.AnalyzeTypeLibrary(reference.
typeLibPointer
);
TlbReference.cs (1)
266
assemblyBuilder = converter.ConvertTypeLibToAssembly(ReferenceInfo.
typeLibPointer
, wrapperPath,