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