5 references to Utf8String1
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (5)
126
Debug.Assert(arg->
Utf8String1
!= null);
131
string externalTypeName = new((sbyte*)arg->
Utf8String1
, 0, arg->StringLen1, Encoding.UTF8);
153
Debug.Assert(arg->
Utf8String1
!= null);
159
ConvertUtf8ToUtf16(new ReadOnlySpan<byte>(arg->
Utf8String1
, arg->StringLen1), out sourceTypeBuffer);
164
Utf8TypeName = arg->
Utf8String1
,