4 references to FieldAccessException
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
ObjectExtensions.cs (1)
49
throw new
FieldAccessException
("Field " + fieldName + " was not found on type " + type.ToString());
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (1)
489
throw new
FieldAccessException
(SR.Format(SR.RFLCT_CannotSetInitonlyStaticField, fieldInfo.Name, fieldInfo.DeclaringType));
src\System\Reflection\MdFieldInfo.cs (2)
78
throw new
FieldAccessException
(SR.Acc_ReadOnly);
106
throw new
FieldAccessException
(SR.Acc_ReadOnly);