1 instantiation of Constant
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1203return new Constant(this, handle.RowId);
9 references to Constant
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\AsyncContinuationEETypeNode.cs (1)
48var constant = reader.GetConstant(reader.GetFieldDefinition(dataOffsetField.Handle).GetDefaultValue());
Compiler\UserDefinedTypeDescriptor.cs (1)
481Constant constant = reader.GetConstant(constantHandle);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Constant.cs (1)
19Ecma.Constant constant = reader.GetConstant(constantHandle);
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3735var constantRow = MetadataReader.GetConstant(handle);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
MetaDataImportImpl.cs (2)
636Constant constant = _reader.GetConstant(constHandle); 1576Constant constant = _reader.GetConstant(constHandle);
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1201public Constant GetConstant(ConstantHandle handle)
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (1)
17Constant constantValue = metadataReader.GetConstant(constantHandle);
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
19public static Constant GetConstant(this ConstantHandle handle, MetadataReader reader) => reader.GetConstant(handle);