4 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;
Microsoft.Build.Tasks.UnitTests (1)
ResolveComReference_Tests.cs (1)
255referenceInfo.fullTypeLibPath = typeLibPath;
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)
165TypeLibName = ReferenceInfo.fullTypeLibPath,