1 override of IsFieldInitOnly
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\FieldAccessors\RegularStaticFieldAccessor.cs (1)
24
protected sealed override bool
IsFieldInitOnly
=> (_fieldFlags & FieldTableFlags.IsInitOnly) == FieldTableFlags.IsInitOnly;
2 references to IsFieldInitOnly
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\FieldAccessors\WritableStaticFieldAccessor.cs (2)
26
if (
IsFieldInitOnly
)
38
if (
IsFieldInitOnly
)