2 references to TryGetRawDefaultValue
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (2)
40
public sealed override bool HasDefaultValue =>
TryGetRawDefaultValue
(out _);
46
if (
TryGetRawDefaultValue
(out object? rawDefaultValue))