3 writes to fullTypeLibPath
Microsoft.Build.Tasks.Core (3)
ComReferenceInfo.cs (3)
99this.fullTypeLibPath = copyFrom.fullTypeLibPath; 122if (!ComReference.GetPathOfTypeLib(log, silent, ref remappableTlbAttr, out this.fullTypeLibPath)) 148this.fullTypeLibPath = path;
3 references to fullTypeLibPath
Microsoft.Build.Tasks.Core (3)
ComReferenceInfo.cs (2)
99this.fullTypeLibPath = copyFrom.fullTypeLibPath; 129return InitializeWithPath(log, silent, this.fullTypeLibPath, originalTaskItem, targetProcessorArchitecture);
TlbReference.cs (1)
166TypeLibName = ReferenceInfo.fullTypeLibPath,