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)
135int result = CompareResourceIdentifiers(left.TypeId, left.TypeName, right.TypeId, right.TypeName); 189bool typeDifferent = (r.TypeId < 0 && r.TypeName != lastTypeName) || r.TypeId > lastTypeID; 192lastTypeID = r.TypeId; 279id = level == 0 ? r.TypeId : level == 1 ? r.Id : (int)r.LanguageId;