16 references to Format
System.Private.TypeLoader (16)
Internal\TypeSystem\ThrowHelper.cs (3)
24CoreLibThrow.ThrowMissingMethodException(ExceptionStringID.MissingMethod, Format.Method(owningType, methodName, signature)); 29CoreLibThrow.ThrowMissingFieldException(ExceptionStringID.MissingField, Format.Field(owningType, fieldName)); 44CoreLibThrow.ThrowInvalidProgramExceptionWithArgument(id, Format.Method(method));
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\ThrowHelper.Common.cs (13)
15ThrowTypeLoadException(ExceptionStringID.ClassLoadGeneral, nestedTypeName, Format.Module(module)); 21ThrowTypeLoadException(ExceptionStringID.ClassLoadGeneral, Format.Type(@namespace, name), Format.Module(module)); 26ThrowTypeLoadException(ExceptionStringID.ClassLoadGeneral, Format.Type(@namespace, name), moduleName); 32ThrowTypeLoadException(ExceptionStringID.ClassLoadGeneral, Format.Type(type), Format.OwningModule(type)); 38ThrowTypeLoadException(id, Format.Type(method.OwningType), Format.OwningModule(method), Format.Method(method)); 44ThrowTypeLoadException(id, Format.Type(type), Format.OwningModule(type), messageArg); 50ThrowTypeLoadException(id, Format.Type(type), Format.OwningModule(type));