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