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