1 instantiation of NonValidatedMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
124return new NonValidatedMethodTable(target, methodTablePointer);
9 references to NonValidatedMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (9)
RuntimeTypeSystemHelpers\TypeValidation.cs (9)
122internal static NonValidatedMethodTable GetMethodTableData(Target target, TargetPointer methodTablePointer) 140private bool ValidateMethodTablePointer(NonValidatedMethodTable umt) 170private bool ValidateThrowing(NonValidatedMethodTable methodTable) 198NonValidatedMethodTable methodTableFromClass = GetMethodTableData(_target, methodTablePtrFromClass); 210private bool ValidateMethodTableAdHoc(NonValidatedMethodTable methodTable) 236private TargetPointer GetClassThrowing(NonValidatedMethodTable methodTable) 247NonValidatedMethodTable umt = GetMethodTableData(_target, canonicalMethodTablePtr); 260private bool IsContinuationWithoutMetadata(NonValidatedMethodTable methodTable) 270NonValidatedMethodTable nonvalidatedMethodTable = GetMethodTableData(_target, methodTablePointer);