1 instantiation of NonValidatedMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
100return new NonValidatedMethodTable(target, methodTablePointer);
9 references to NonValidatedMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (9)
RuntimeTypeSystemHelpers\TypeValidation.cs (9)
98internal static NonValidatedMethodTable GetMethodTableData(Target target, TargetPointer methodTablePointer) 116private bool ValidateMethodTablePointer(NonValidatedMethodTable umt) 146private bool ValidateThrowing(NonValidatedMethodTable methodTable) 174NonValidatedMethodTable methodTableFromClass = GetMethodTableData(_target, methodTablePtrFromClass); 186private bool ValidateMethodTableAdHoc(NonValidatedMethodTable methodTable) 212private TargetPointer GetClassThrowing(NonValidatedMethodTable methodTable) 223NonValidatedMethodTable umt = GetMethodTableData(_target, canonicalMethodTablePtr); 236private bool IsContinuationWithoutMetadata(NonValidatedMethodTable methodTable) 246NonValidatedMethodTable nonvalidatedMethodTable = GetMethodTableData(_target, methodTablePointer);