Unity.IL2CPP.NullChecksSupport.ShouldEmitNullChecksForMethod C# (CSharp) Method

ShouldEmitNullChecksForMethod() private method

private ShouldEmitNullChecksForMethod ( ) : bool
return bool
        private bool ShouldEmitNullChecksForMethod()
        {
            return CompilerServicesSupport.HasNullChecksSupportEnabled(this._methodDefinition, this._nullChecksGloballyEnabled);
        }
    }