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