3 references to FindConstant
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\FieldDefinition.cs (1)
92
return _reader.ConstantTable.
FindConstant
(Handle);
System\Reflection\Metadata\TypeSystem\Parameter.cs (1)
50
return _reader.ConstantTable.
FindConstant
(Handle);
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
60
return _reader.ConstantTable.
FindConstant
(Handle);