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