6 writes to assembly
Microsoft.Build.Tasks.Core (6)
AxReference.cs (1)
100
wrapperInfo.
assembly
= Assembly.UnsafeLoadFrom(wrapperInfo.path);
AxTlbBaseReference.cs (2)
176
wrapperInfo.
assembly
= Assembly.UnsafeLoadFrom(wrapperInfo.path);
181
wrapperInfo.
assembly
= null;
PiaReference.cs (2)
63
assembly
= assembly,
79
assembly
= assembly,
TlbReference.cs (1)
289
assembly
= assemblyBuilder
5 references to assembly
Microsoft.Build.Tasks.Core (5)
AxTlbBaseReference.cs (1)
184
return wrapperInfo.
assembly
!= null;
TlbReference.cs (4)
391
Debug.Assert(wrapperInfo.
assembly
!= null, "Successfully resolved assembly cannot be null!");
392
if (wrapperInfo.
assembly
== null)
403
Debug.Assert(wrapperInfo.
assembly
!= null, "Expected a non-null wrapperInfo.assembly. It should have been loaded in GenerateWrapper if it was going to be necessary.");
404
return wrapperInfo.
assembly
;