7 references to SystemObject
Microsoft.CodeAnalysis (7)
PEWriter\MetadataWriter.cs (6)
3551
else if (module.IsPlatformType(type, PlatformType.
SystemObject
))
3570
Debug.Assert(this.module.IsPlatformType(targetType, PlatformType.
SystemObject
));
3600
if (this.module.IsPlatformType(targetType, PlatformType.
SystemObject
))
3608
this.module.IsPlatformType(c.Type, PlatformType.
SystemObject
))
3936
if (module.IsPlatformType(typeReference, PlatformType.
SystemObject
))
4065
if (module.IsPlatformType(elementType, PlatformType.
SystemObject
))
PEWriter\MetadataWriter.PortablePdb.cs (1)
226
else if (this.module.IsPlatformType(type, PlatformType.
SystemObject
))