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