Code Analysis ReferenceFixesCS0214On this pageCS0214PropertyValueTitlePointers and fixed size buffers may only be used in an unsafe context.SeverityErrorCode FixesMake containing declaration unsafeUse explicit type instead of 'var'Wrap in unsafe statementSee AlsoOfficial Documentation