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