4 references to SystemString
Microsoft.CodeAnalysis (4)
CodeGen\PermissionSetAttribute.cs (2)
66Cci.ITypeReference stringType = context.Module.GetPlatformType(Cci.PlatformType.SystemString, context); 76Debug.Assert(context.Module.IsPlatformType(fileArg.Type, Cci.PlatformType.SystemString));
CodeGen\PrivateImplementationDetails.cs (2)
806return context.Module.GetPlatformType(Cci.PlatformType.SystemString, context); 1218public override Cci.ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(Cci.PlatformType.SystemString, context);