6 references to GCConfigurationType
System.Private.CoreLib (6)
_generated\2\LibraryImports.g.cs (1)
91
internal static unsafe extern partial void RhEnumerateConfigurationValues(void* configurationContext, delegate* unmanaged<void*, byte*, byte*, global::System.Runtime.RuntimeImports.
GCConfigurationType
, long, void> callback);
System\GC.NativeAot.cs (4)
656
private static unsafe void ConfigCallback(void* configurationContext, byte* name, byte* publicKey, RuntimeImports.
GCConfigurationType
type, long data)
675
case RuntimeImports.
GCConfigurationType
.Int64:
679
case RuntimeImports.
GCConfigurationType
.StringUtf8:
686
case RuntimeImports.
GCConfigurationType
.Boolean:
System\Runtime\RuntimeImports.cs (1)
198
internal static unsafe partial void RhEnumerateConfigurationValues(void* configurationContext, delegate* unmanaged<void*, byte*, byte*,
GCConfigurationType
, long, void> callback);