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