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