3 references to SystemString
Microsoft.CodeAnalysis (3)
CodeGen\PermissionSetAttribute.cs (1)
66
Cci.ITypeReference stringType = context.Module.GetPlatformType(Cci.PlatformType.
SystemString
, context);
CodeGen\PrivateImplementationDetails.cs (2)
738
return context.Module.GetPlatformType(Cci.PlatformType.
SystemString
, context);
1153
public override Cci.ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(Cci.PlatformType.
SystemString
, context);