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