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