2 writes to Assembly
Microsoft.Build.Tasks.Core (2)
SystemState.cs (2)
487
fileState.
Assembly
= getAssemblyName(path);
494
fileState.
Assembly
= AssemblyNameExtension.UnnamedAssembly;
4 references to Assembly
Microsoft.Build.Tasks.Core (4)
SystemState.cs (4)
485
if (fileState.
Assembly
== null)
492
if (fileState.
Assembly
== null)
502
if (fileState.
Assembly
.IsUnnamedAssembly)
507
return fileState.
Assembly
;