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