1 override of GetDefaultValueIfAvailable
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (1)
137
protected sealed override bool
GetDefaultValueIfAvailable
(bool raw, out object? defaultValue)
2 references to GetDefaultValueIfAvailable
System.Private.CoreLib (2)
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (2)
168
if (!
GetDefaultValueIfAvailable
(raw: true, defaultValue: out defaultValue))
205
if (!
GetDefaultValueIfAvailable
(raw: false, defaultValue: out defaultValue))