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