6 writes to path
Microsoft.Build.Tasks.Core (6)
AxReference.cs (1)
99wrapperInfo = new ComReferenceWrapperInfo { path = wrapperPath };
AxTlbBaseReference.cs (1)
136wrapperInfo = new ComReferenceWrapperInfo { path = wrapperPath };
PiaReference.cs (2)
62path = uri.LocalPath, 78path = assembly.Location,
TlbReference.cs (2)
212wrapperInfo = new ComReferenceWrapperInfo { path = (HasTemporaryWrapper) ? null : wrapperPath }; 288path = (HasTemporaryWrapper) ? null : wrapperPath,
25 references to path
Microsoft.Build.Tasks.Core (25)
AxReference.cs (3)
86if (ReferenceInfo?.primaryOfAxImpRef?.resolvedWrapper?.path != null) 90axImp.RuntimeCallableWrapperAssembly = ReferenceInfo.primaryOfAxImpRef.resolvedWrapper.path; 100wrapperInfo.assembly = Assembly.UnsafeLoadFrom(wrapperInfo.path);
AxTlbBaseReference.cs (4)
153if (!FileSystems.Default.FileExists(wrapperInfo.path)) 176wrapperInfo.assembly = Assembly.UnsafeLoadFrom(wrapperInfo.path); 307StrongNameLevel currentStrongNameLevel = StrongNameUtils.GetAssemblyStrongNameLevel(wrapperInfo.path); 323AssemblyName assemblyName = AssemblyName.GetAssemblyName(wrapperInfo.path);
ResolveComReference.cs (17)
907referencePathItem.ItemSpec = wrapperInfo.path; 910string fusionName = AssemblyName.GetAssemblyName(wrapperInfo.path).FullName; 915Log.LogMessageFromResources(MessageImportance.Low, "ResolveComReference.ResolvedReference", referenceInfo.taskItem.ItemSpec, wrapperInfo.path); 1194Debug.Assert(wrapperInfo.path != null); 1195if (wrapperInfo.path == null) 1201var wrapperAssemblyNameEx = new AssemblyNameExtension(AssemblyName.GetAssemblyName(wrapperInfo.path)); 1205assemblyPath = wrapperInfo.path; 1211assemblyPath = wrapperInfo.path; 1219if (wrapperInfo.path == null) 1225var wrapperAssemblyNameEx = new AssemblyNameExtension(AssemblyName.GetAssemblyName(wrapperInfo.path)); 1228assemblyPath = wrapperInfo.path; 1236Debug.Assert(wrapperInfo.path != null); 1237if (wrapperInfo.path == null) 1243var wrapperAssemblyNameEx = new AssemblyNameExtension(AssemblyName.GetAssemblyName(wrapperInfo.path)); 1246assemblyPath = wrapperInfo.path; 1723wrapperInfo.path); 1726dependentPaths.Add(wrapperInfo.path);
TlbReference.cs (1)
400attr.guid, attr.wMajorVerNum, attr.wMinorVerNum, wrapperInfo.path);