3 references to FindConstant
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\FieldDefinition.cs (1)
93
return _reader.ConstantTable.
FindConstant
(Handle);
System\Reflection\Metadata\TypeSystem\Parameter.cs (1)
55
return _reader.ConstantTable.
FindConstant
(Handle);
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
64
return _reader.ConstantTable.
FindConstant
(Handle);