2 references to SystemString
Microsoft.CodeAnalysis (2)
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
));