1 override of IsFieldInitOnly
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\FieldAccessors\RegularStaticFieldAccessor.cs (1)
24protected 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)
26if (IsFieldInitOnly) 38if (IsFieldInitOnly)