3 references to PeReaderUtils
dotnet.Tests (1)
CommandTests\Pack\PackTests.cs (1)
73var informationalVersion = PeReaderUtils.GetAssemblyAttributeValue(output.FullName, "AssemblyInformationalVersionAttribute");
Microsoft.NET.Build.Tests (1)
AppHostTests.cs (1)
262bool isCetCompatible = PeReaderUtils.IsCetCompatible(apphostPath);
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToPublishASingleFileApp.cs (1)
871bool isCetCompatible = PeReaderUtils.IsCetCompatible(singleFilePath);