2 instantiations of ConstantCharValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
662=> new ConstantCharValue(reader, this); 7645return new ConstantCharValue(this, handle);
2 references to ConstantCharValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
661public ConstantCharValue GetConstantCharValue(MetadataReader reader) 7643public ConstantCharValue GetConstantCharValue(ConstantCharValueHandle handle)