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)
211wrapperInfo = new ComReferenceWrapperInfo { path = (HasTemporaryWrapper) ? null : wrapperPath }; 287path = (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)
908referencePathItem.ItemSpec = wrapperInfo.path; 911string fusionName = AssemblyName.GetAssemblyName(wrapperInfo.path).FullName; 916Log.LogMessageFromResources(MessageImportance.Low, "ResolveComReference.ResolvedReference", referenceInfo.taskItem.ItemSpec, wrapperInfo.path); 1195Debug.Assert(wrapperInfo.path != null); 1196if (wrapperInfo.path == null) 1202var wrapperAssemblyNameEx = new AssemblyNameExtension(AssemblyName.GetAssemblyName(wrapperInfo.path)); 1206assemblyPath = wrapperInfo.path; 1212assemblyPath = wrapperInfo.path; 1220if (wrapperInfo.path == null) 1226var wrapperAssemblyNameEx = new AssemblyNameExtension(AssemblyName.GetAssemblyName(wrapperInfo.path)); 1229assemblyPath = wrapperInfo.path; 1237Debug.Assert(wrapperInfo.path != null); 1238if (wrapperInfo.path == null) 1244var wrapperAssemblyNameEx = new AssemblyNameExtension(AssemblyName.GetAssemblyName(wrapperInfo.path)); 1247assemblyPath = wrapperInfo.path; 1724wrapperInfo.path); 1727dependentPaths.Add(wrapperInfo.path);
TlbReference.cs (1)
399attr.guid, attr.wMajorVerNum, attr.wMinorVerNum, wrapperInfo.path);