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