4 references to GetDefaultValue
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Method.cs (1)
98Ecma.ConstantHandle defaultValue = param.GetDefaultValue();
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3618var constantHandle = MetadataReader.GetParameter(param).GetDefaultValue();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
1573ConstantHandle constHandle = param.GetDefaultValue();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
55ConstantHandle ch = Parameter.GetDefaultValue();