8 writes to Assembly
Microsoft.Build.Tasks.Core (2)
SystemState.cs (2)
483
fileState.
Assembly
= getAssemblyName(path);
490
fileState.
Assembly
= AssemblyNameExtension.UnnamedAssembly;
Microsoft.Build.Tasks.UnitTests (6)
AssemblyDependency\ResolveAssemblyReferenceCacheSerialization.cs (2)
104
{ "path2", new SystemState.FileState(GetLastWriteTime("path2")) {
Assembly
= new AssemblyNameExtension("hi") } },
106
Assembly
= null,
RARPrecomputedCache_Tests.cs (4)
32
{ Path.Combine(standardCache.Path, "assembly2"), new SystemState.FileState(now) {
Assembly
= new Shared.AssemblyNameExtension("hi") } } };
79
Assembly
= null,
119
{ Path.Combine(precomputedCache.Path, "assembly2"), new SystemState.FileState(DateTime.Now) {
Assembly
= new Shared.AssemblyNameExtension("hi") } },
121
Assembly
= null,
9 references to Assembly
Microsoft.Build.Tasks.Core (4)
SystemState.cs (4)
481
if (fileState.
Assembly
== null)
488
if (fileState.
Assembly
== null)
498
if (fileState.
Assembly
.IsUnnamedAssembly)
503
return fileState.
Assembly
;
Microsoft.Build.Tasks.UnitTests (5)
AssemblyDependency\ResolveAssemblyReferenceCacheSerialization.cs (4)
131
cache2["path2"].
Assembly
.Name.ShouldBe(cache["path2"].
Assembly
.Name);
134
dll2.
Assembly
.ShouldBe(dll.
Assembly
);
RARPrecomputedCache_Tests.cs (1)
146
assembly3.
Assembly
.ShouldBeNull();