4 references to Format
System.Reflection.Context (4)
System\Reflection\Context\Custom\AttributeUtils.cs (1)
194throw new FormatException(SR.Format(SR.Format_AttributeUsage, attributeFilterType));
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
140throw new InvalidOperationException(SR.Format(SR.InvalidOperation_InvalidMethodType, value.GetType()));
System\Reflection\Context\Delegation\DelegatingType.cs (1)
23throw new InvalidOperationException(SR.Format(SR.InvalidOperation_NoTypeInfoForThisType, type.FullName));
System\Reflection\Context\Virtual\VirtualMethodBase.cs (1)
94throw new InvalidOperationException(SR.Format(SR.InvalidOperation_NotGenericMethodDefinition, this));