3 references to GCGenerationInfo
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\GCMemoryInfo.cs (2)
74
internal InlineArray5<
GCGenerationInfo
> _generationInfo;
191
public ReadOnlySpan<
GCGenerationInfo
> GenerationInfo => _data._generationInfo;
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
213
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
GCGenerationInfo
))]