3 references to CallingConventionTypePrefix
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedFunctionPointerType.cs (1)
72
if (type.FullName!.StartsWith(Type.
CallingConventionTypePrefix
, StringComparison.Ordinal))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (2)
691
!fullName.StartsWith(
CallingConventionTypePrefix
, StringComparison.Ordinal))
716
if (typeName is not null && typeName.StartsWith(
CallingConventionTypePrefix
, StringComparison.Ordinal))