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