4 references to SetProperty
Microsoft.CodeAnalysis.UnitTests (4)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs (4)
458
SetProperty
(result, PropertyId.MAJOR_VERSION, unchecked((ushort)name.Version.Major));
459
SetProperty
(result, PropertyId.MINOR_VERSION, unchecked((ushort)name.Version.Minor));
460
SetProperty
(result, PropertyId.BUILD_NUMBER, unchecked((ushort)name.Version.Build));
461
SetProperty
(result, PropertyId.REVISION_NUMBER, unchecked((ushort)name.Version.Revision));