1 implementation of TypeId
Microsoft.CodeAnalysis (1)
CodeGen\Win32Res.cs (1)
44public int TypeId => _typeId;
6 references to TypeId
Microsoft.CodeAnalysis (6)
PEWriter\NativeResourceWriter.cs (6)
134int result = CompareResourceIdentifiers(left.TypeId, left.TypeName, right.TypeId, right.TypeName); 188bool typeDifferent = (r.TypeId < 0 && r.TypeName != lastTypeName) || r.TypeId > lastTypeID; 191lastTypeID = r.TypeId; 278id = level == 0 ? r.TypeId : level == 1 ? r.Id : (int)r.LanguageId;