13 references to SystemRuntimeInteropServices
System.Reflection.MetadataLoadContext (13)
System\Reflection\TypeLoading\General\CoreType.cs (12)
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;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
132
CustomAttributeData? cad = TryFindCustomAttribute(Utf8Constants.
SystemRuntimeInteropServices
, Utf8Constants.GuidAttribute);