System.Guid and I noticed that, according to this query:System.Guid only has a single field: int _dummyPrimitive. I know that guids are larger than 4 bytes and given the field name, I assume this is a placeholder of some sort. I could just ignore System.Guid but I suspect this is not the only type that behaves this way. ITypeSymbol of System.Guid a placeholder (or whatever this is) and not the original definition?