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