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