4 references to FieldAccessException
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
ObjectExtensions.cs (1)
49throw 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)
489throw new FieldAccessException(SR.Format(SR.RFLCT_CannotSetInitonlyStaticField, fieldInfo.Name, fieldInfo.DeclaringType));
src\System\Reflection\MdFieldInfo.cs (2)
78throw new FieldAccessException(SR.Acc_ReadOnly); 106throw new FieldAccessException(SR.Acc_ReadOnly);