7 references to SystemObject
Microsoft.CodeAnalysis (7)
PEWriter\MetadataWriter.cs (6)
3503else if (module.IsPlatformType(type, PlatformType.SystemObject)) 3522Debug.Assert(this.module.IsPlatformType(targetType, PlatformType.SystemObject)); 3552if (this.module.IsPlatformType(targetType, PlatformType.SystemObject)) 3560this.module.IsPlatformType(c.Type, PlatformType.SystemObject)) 3890if (module.IsPlatformType(typeReference, PlatformType.SystemObject)) 4019if (module.IsPlatformType(elementType, PlatformType.SystemObject))
PEWriter\MetadataWriter.PortablePdb.cs (1)
226else if (this.module.IsPlatformType(type, PlatformType.SystemObject))