7 references to GetPropertyWord
Microsoft.CodeAnalysis.Scripting (7)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs (7)
224
uint? major =
GetPropertyWord
(name, PropertyId.MAJOR_VERSION);
225
uint? minor =
GetPropertyWord
(name, PropertyId.MINOR_VERSION);
226
uint? build =
GetPropertyWord
(name, PropertyId.BUILD_NUMBER);
227
uint? revision =
GetPropertyWord
(name, PropertyId.REVISION_NUMBER);
316
return (AssemblyContentType)(
GetPropertyWord
(nameObject, PropertyId.CONTENT_TYPE) ?? 0);
321
return (ProcessorArchitecture)(
GetPropertyWord
(nameObject, PropertyId.ARCHITECTURE) ?? 0);
328
uint retarget =
GetPropertyWord
(nameObject, PropertyId.RETARGET) ?? 0;