3 references to HandleMaxInternalTypes
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
161public const string HandleMaxInternalTypes = nameof(HandleMaxInternalTypes);
Contracts\GC\GC_1.cs (1)
54_handleMaxInternalTypes = target.ReadGlobal<uint>(Constants.Globals.HandleMaxInternalTypes);
Data\TableSegment.cs (1)
15uint handleMaxInternalTypes = target.ReadGlobal<uint>(Constants.Globals.HandleMaxInternalTypes);