2 instantiations of ConstantSByteValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
1786=> new ConstantSByteValue(reader, this); 7715return new ConstantSByteValue(this, handle);
2 references to ConstantSByteValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
1785public ConstantSByteValue GetConstantSByteValue(MetadataReader reader) 7713public ConstantSByteValue GetConstantSByteValue(ConstantSByteValueHandle handle)