2 references to REVISION_NUMBER
Microsoft.CodeAnalysis.UnitTests (2)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs (2)
227
uint? revision = GetPropertyWord(name, PropertyId.
REVISION_NUMBER
);
461
SetProperty(result, PropertyId.
REVISION_NUMBER
, unchecked((ushort)name.Version.Revision));