3 references to SystemString
Microsoft.CodeAnalysis (3)
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 (1)
805return context.Module.GetPlatformType(Cci.PlatformType.SystemString, context);