3 references to InvalidConstantValueOfType
System.Reflection.Metadata (3)
System\Reflection\Metadata\BlobWriterImpl.cs (2)
216
throw new ArgumentException(SR.Format(SR.
InvalidConstantValueOfType
, type));
289
throw new ArgumentException(SR.Format(SR.
InvalidConstantValueOfType
, type));
System\Reflection\Metadata\Internal\MetadataWriterUtilities.cs (1)
89
throw new ArgumentException(SR.Format(SR.
InvalidConstantValueOfType
, value.GetType()), nameof(value));