7 references to SystemRuntimeCompilerServices
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\General\CoreType.cs (4)
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 (2)
90
if (declaringTypeHandle.TypeMatchesNameAndNamespace(Utf8Constants.
SystemRuntimeCompilerServices
, Utf8Constants.DateTimeConstantAttribute, reader))
106
if (declaringTypeHandle.TypeMatchesNameAndNamespace(Utf8Constants.
SystemRuntimeCompilerServices
, Utf8Constants.DecimalConstantAttribute, reader))
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
37
if (IsCustomAttributeDefined(Utf8Constants.
SystemRuntimeCompilerServices
, Utf8Constants.IsByRefLikeAttribute))