2 writes to strippedTypeLibPath
Microsoft.Build.Tasks.Core (2)
ComReferenceInfo.cs (2)
98this.strippedTypeLibPath = copyFrom.strippedTypeLibPath; 149this.strippedTypeLibPath = ComReference.StripTypeLibNumberFromPath(path, File.Exists);
15 references to strippedTypeLibPath
Microsoft.Build.Tasks.Core (15)
AxReference.cs (1)
75axImp.ActiveXControlName = ReferenceInfo.strippedTypeLibPath;
AxTlbBaseReference.cs (3)
146Debug.Assert(!string.IsNullOrEmpty(ReferenceInfo.strippedTypeLibPath), "ReferenceInfo.path should be valid if we got here"); 147if (string.IsNullOrEmpty(ReferenceInfo.strippedTypeLibPath)) 162if (DateTime.Compare(File.GetLastWriteTime(ReferenceInfo.strippedTypeLibPath), componentTimestamp) != 0)
ComReferenceInfo.cs (1)
98this.strippedTypeLibPath = copyFrom.strippedTypeLibPath;
ResolveComReference.cs (6)
861string modulePath = projectRefInfo.strippedTypeLibPath; 1046_timestampCache[referenceInfo.strippedTypeLibPath] = File.GetLastWriteTime(referenceInfo.strippedTypeLibPath); 1278if (!reference.FindExistingWrapper(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath])) 1360if (!reference.FindExistingWrapper(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath])) 1404if (!reference.FindExistingWrapper(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath]))
TlbReference.cs (4)
419Log.LogWarningWithCodeFromResources("ResolveComReference.ResolutionWarning", ReferenceInfo.SourceItemSpec, ReferenceInfo.strippedTypeLibPath, eventMsg); 423Log.LogWarningWithCodeFromResources("ResolveComReference.ResolutionWarning", ReferenceInfo.SourceItemSpec, ReferenceInfo.strippedTypeLibPath, eventMsg); 427Log.LogMessageFromResources(MessageImportance.Low, "ResolveComReference.ResolutionMessage", ReferenceInfo.SourceItemSpec, ReferenceInfo.strippedTypeLibPath, eventMsg); 432Log.LogMessageFromResources(MessageImportance.Low, "ResolveComReference.ResolutionMessage", ReferenceInfo.SourceItemSpec, ReferenceInfo.strippedTypeLibPath, eventMsg);