4 references to WinRTPrefixed
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\StringHeap.cs (2)
199StringKind.WinRTPrefixed => GetNonVirtualString(handle, utf8Decoder, MetadataReader.WinRTPrefix), 216StringKind.WinRTPrefixed => GetNonVirtualStringBytes(handle, MetadataReader.WinRTPrefix),
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (2)
2383Debug.Assert(!IsVirtual || StringKind == StringKind.WinRTPrefixed); 2389Debug.Assert(IsVirtual && StringKind != StringKind.WinRTPrefixed);