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