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