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