1 write to _mainAssemblyPath
Microsoft.NET.Build.Tests (1)
GivenThatWeWantSatelliteAssembliesHaveassemblyVersion.cs (1)
41_mainAssemblyPath = Path.Combine(outputDirectory.FullName, "AllResourcesInSatellite.dll");
2 references to _mainAssemblyPath
Microsoft.NET.Build.Tests (2)
GivenThatWeWantSatelliteAssembliesHaveassemblyVersion.cs (2)
50var mainAssemblyFileVersioninfo = FileVersionInfo.GetVersionInfo(_mainAssemblyPath); 67var mainAssembly = AssemblyName.GetAssemblyName(_mainAssemblyPath);