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