104 references to Utf8Constants
System.Reflection.MetadataLoadContext (104)
System\Reflection\TypeLoading\General\CoreType.cs (94)
85case CoreType.Array: ns = Utf8Constants.System; name = Utf8Constants.Array; return; 86case CoreType.Boolean: ns = Utf8Constants.System; name = Utf8Constants.Boolean; return; 87case CoreType.Byte: ns = Utf8Constants.System; name = Utf8Constants.Byte; return; 88case CoreType.Char: ns = Utf8Constants.System; name = Utf8Constants.Char; return; 89case CoreType.Double: ns = Utf8Constants.System; name = Utf8Constants.Double; return; 90case CoreType.Enum: ns = Utf8Constants.System; name = Utf8Constants.Enum; return; 91case CoreType.Int16: ns = Utf8Constants.System; name = Utf8Constants.Int16; return; 92case CoreType.Int32: ns = Utf8Constants.System; name = Utf8Constants.Int32; return; 93case CoreType.Int64: ns = Utf8Constants.System; name = Utf8Constants.Int64; return; 94case CoreType.IntPtr: ns = Utf8Constants.System; name = Utf8Constants.IntPtr; return; 95case CoreType.NullableT: ns = Utf8Constants.System; name = Utf8Constants.NullableT; return; 96case CoreType.Object: ns = Utf8Constants.System; name = Utf8Constants.Object; return; 97case CoreType.SByte: ns = Utf8Constants.System; name = Utf8Constants.SByte; return; 98case CoreType.Single: ns = Utf8Constants.System; name = Utf8Constants.Single; return; 99case CoreType.String: ns = Utf8Constants.System; name = Utf8Constants.String; return; 100case CoreType.TypedReference: ns = Utf8Constants.System; name = Utf8Constants.TypedReference; return; 101case CoreType.UInt16: ns = Utf8Constants.System; name = Utf8Constants.UInt16; return; 102case CoreType.UInt32: ns = Utf8Constants.System; name = Utf8Constants.UInt32; return; 103case CoreType.UInt64: ns = Utf8Constants.System; name = Utf8Constants.UInt64; return; 104case CoreType.UIntPtr: ns = Utf8Constants.System; name = Utf8Constants.UIntPtr; return; 105case CoreType.ValueType: ns = Utf8Constants.System; name = Utf8Constants.ValueType; return; 106case CoreType.Void: ns = Utf8Constants.System; name = Utf8Constants.Void; return; 107case CoreType.MulticastDelegate: ns = Utf8Constants.System; name = Utf8Constants.MulticastDelegate; return; 108case CoreType.IEnumerableT: ns = Utf8Constants.SystemCollectionsGeneric; name = Utf8Constants.IEnumerableT; return; 109case CoreType.ICollectionT: ns = Utf8Constants.SystemCollectionsGeneric; name = Utf8Constants.ICollectionT; return; 110case CoreType.IListT: ns = Utf8Constants.SystemCollectionsGeneric; name = Utf8Constants.IListT; return; 111case CoreType.IReadOnlyListT: ns = Utf8Constants.SystemCollectionsGeneric; name = Utf8Constants.IReadOnlyListT; return; 112case CoreType.Type: ns = Utf8Constants.System; name = Utf8Constants.Type; return; 113case CoreType.DBNull: ns = Utf8Constants.System; name = Utf8Constants.DBNull; return; 114case CoreType.Decimal: ns = Utf8Constants.System; name = Utf8Constants.Decimal; return; 115case CoreType.DateTime: ns = Utf8Constants.System; name = Utf8Constants.DateTime; return; 116case CoreType.ComImportAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.ComImportAttribute; return; 117case CoreType.DllImportAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.DllImportAttribute; return; 118case CoreType.CallingConvention: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.CallingConvention; return; 119case CoreType.CharSet: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.CharSet; return; 120case CoreType.MarshalAsAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.MarshalAsAttribute; return; 121case CoreType.UnmanagedType: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.UnmanagedType; return; 122case CoreType.VarEnum: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.VarEnum; return; 123case CoreType.InAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.InAttribute; return; 124case CoreType.OutAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.OutAttriubute; return; 125case CoreType.OptionalAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.OptionalAttribute; return; 126case CoreType.PreserveSigAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.PreserveSigAttribute; return; 127case CoreType.FieldOffsetAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.FieldOffsetAttribute; return; 128case CoreType.CallConvCdecl: ns = Utf8Constants.SystemRuntimeCompilerServices; name = Utf8Constants.CallConvCdecl; return; 129case CoreType.CallConvStdcall: ns = Utf8Constants.SystemRuntimeCompilerServices; name = Utf8Constants.CallConvStdcall; return; 130case CoreType.CallConvThiscall: ns = Utf8Constants.SystemRuntimeCompilerServices; name = Utf8Constants.CallConvThiscall; return; 131case CoreType.CallConvFastcall: ns = Utf8Constants.SystemRuntimeCompilerServices; name = Utf8Constants.CallConvFastcall; return;
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (4)
90if (declaringTypeHandle.TypeMatchesNameAndNamespace(Utf8Constants.SystemRuntimeCompilerServices, Utf8Constants.DateTimeConstantAttribute, reader)) 106if (declaringTypeHandle.TypeMatchesNameAndNamespace(Utf8Constants.SystemRuntimeCompilerServices, Utf8Constants.DecimalConstantAttribute, reader))
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (2)
132CustomAttributeData? cad = TryFindCustomAttribute(Utf8Constants.SystemRuntimeInteropServices, Utf8Constants.GuidAttribute);
System\Reflection\TypeLoading\Types\RoType.cs (2)
302CustomAttributeData? attribute = type.TryFindCustomAttribute(Utf8Constants.SystemReflection, Utf8Constants.DefaultMemberAttribute);
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (2)
37if (IsCustomAttributeDefined(Utf8Constants.SystemRuntimeCompilerServices, Utf8Constants.IsByRefLikeAttribute))