2 references to Format
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (1)
57
throw new InvalidOperationException(SR.
Format
(SR.DistanceBetweenInstructionAndLabelTooBig, OpCode, ILOffset, distance));
System\Reflection\Metadata\Ecma335\SignatureDecoder.cs (1)
335
throw new BadImageFormatException(SR.
Format
(SR.UnexpectedSignatureHeader, expectedKind, header.Kind, header.RawValue));